Use a continue to reduce indentation.
[oota-llvm.git] / lib / ProfileData / InstrProf.cpp
index 805d6d16aace639fd1245a5727347a348d66c6d3..92822a71402fc8d4eca92d71e3c26fc1aea8d14a 100644 (file)
@@ -54,7 +54,7 @@ class InstrProfErrorCategoryType : public std::error_category {
     llvm_unreachable("A value of instrprof_error has no message.");
   }
 };
-} // namespace
+}
 
 static ManagedStatic<InstrProfErrorCategoryType> ErrorCategory;