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