From 9f865ed141acd87c8913a5b322f282532b26d5d5 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 15 Jul 2014 18:06:56 +0000 Subject: [PATCH] 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 --- include/llvm/ADT/MapVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1