Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / SystemUtils.h
index f8c5dc85a5e99e34ca5e7f5e84e861db22b361bb..2997b1b0c9cf2e2711fb73af506bf39747f917bc 100644 (file)
@@ -27,6 +27,6 @@ bool CheckBitcodeOutputToConsole(
   bool print_warning = true     ///< Control whether warnings are printed
 );
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif