From 34e5ea6c9f2f0cfed9b43b465e4c9aaf8a92aad7 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 15 Jul 2014 18:06:56 +0000 Subject: ADT: Add "end namespace" comment This keeps clang-format from deleting the preceding newline. llvm-svn: 213082 --- llvm/include/llvm/ADT/MapVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/ADT/MapVector.h b/llvm/include/llvm/ADT/MapVector.h index 2eae22c5665..a89f4a76e44 100644 --- a/llvm/include/llvm/ADT/MapVector.h +++ b/llvm/include/llvm/ADT/MapVector.h @@ -134,6 +134,6 @@ public: } }; -} +} // end namespace llvm #endif -- cgit v1.2.3