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.

llvm-svn: 213082

llvm/include/llvm/ADT/MapVector.h

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