ADT: Add "end namespace" comment
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 15 Jul 2014 18:06:56 +0000 (18:06 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 15 Jul 2014 18:06:56 +0000 (18:06 +0000)
This keeps clang-format from deleting the preceding newline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213082 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/MapVector.h

index 2eae22c56659bb40d4b295c4d911997486560d65..a89f4a76e44e5093ec942ec71a7e539a5d6563aa 100644 (file)
@@ -134,6 +134,6 @@ public:
   }
 };
 
-}
+} // end namespace llvm
 
 #endif