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://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9f865ed141acd87c8913a5b322f282532b26d5d5;p=oota-llvm.git ADT: Add "end namespace" comment 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 --- diff --git a/include/llvm/ADT/MapVector.h b/include/llvm/ADT/MapVector.h index 2eae22c5665..a89f4a76e44 100644 --- a/include/llvm/ADT/MapVector.h +++ b/include/llvm/ADT/MapVector.h @@ -134,6 +134,6 @@ public: } }; -} +} // end namespace llvm #endif