From: Duncan P. N. Exon Smith Date: Tue, 15 Jul 2014 18:06:56 +0000 (+0000) Subject: ADT: Add "end namespace" comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34e5ea6c9f2f0cfed9b43b465e4c9aaf8a92aad7;p=platform%2Fupstream%2Fllvm.git ADT: Add "end namespace" comment This keeps clang-format from deleting the preceding newline. llvm-svn: 213082 --- diff --git a/llvm/include/llvm/ADT/MapVector.h b/llvm/include/llvm/ADT/MapVector.h index 2eae22c..a89f4a7 100644 --- a/llvm/include/llvm/ADT/MapVector.h +++ b/llvm/include/llvm/ADT/MapVector.h @@ -134,6 +134,6 @@ public: } }; -} +} // end namespace llvm #endif