Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
index 1f8b1a01865f59091dc70c1c644d2b0e5203c0b9..5eef9a075c4640085342d2b34c7f4d1bde92cc06 100644 (file)
@@ -280,6 +280,6 @@ public:
              bool ShowKindLabel = true) const;
 };
 
-}  // end llvm namespace
+} // namespace llvm
 
 #endif