[llvm] r213082 - ADT: Add "end namespace" comment
Duncan P. N. Exon Smith
dexonsmith at apple.com
Tue Jul 15 11:07:00 PDT 2014
Author: dexonsmith
Date: Tue Jul 15 13:06:56 2014
New Revision: 213082
URL: http://llvm.org/viewvc/llvm-project?rev=213082&view=rev
Log:
ADT: Add "end namespace" comment
This keeps clang-format from deleting the preceding newline.
Modified:
llvm/trunk/include/llvm/ADT/MapVector.h
Modified: llvm/trunk/include/llvm/ADT/MapVector.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/MapVector.h?rev=213082&r1=213081&r2=213082&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/MapVector.h (original)
+++ llvm/trunk/include/llvm/ADT/MapVector.h Tue Jul 15 13:06:56 2014
@@ -134,6 +134,6 @@ public:
}
};
-}
+} // end namespace llvm
#endif
More information about the llvm-commits
mailing list