Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
index 69e3a67aa8c18b04daeeab64bd3e1d592104df90..c8dfa54a4aa0354a32d08374347d67ad647fc77c 100644 (file)
@@ -174,7 +174,7 @@ protected:
   /// \brief Flag indicating whether the profile input loaded successfully.
   bool ProfileIsValid;
 };
-} // namespace
+}
 
 /// \brief Print the weight of edge \p E on stream \p OS.
 ///