Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / FormattedStream.h
index 4a135cd23174f007c21cc0fc64c6e144f9f85ab9..145d8984a418cdc9e42e8c6d84a5452b1a275011 100644 (file)
@@ -156,7 +156,7 @@ formatted_raw_ostream &ferrs();
 /// debug output.  Use it like: fdbgs() << "foo" << "bar";
 formatted_raw_ostream &fdbgs();
 
-} // end llvm namespace
+} // namespace llvm
 
 
 #endif