From: Duncan P. N. Exon Smith Date: Tue, 19 Aug 2014 00:21:04 +0000 (+0000) Subject: Prevent clang-format from moving the namespace closing brace, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=783d16f0b73462275904768fa54c2ea9ed33a9d0;p=llvm Prevent clang-format from moving the namespace closing brace, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/IR/ConstantsContext.h b/lib/IR/ConstantsContext.h index 7ceb9c66509..3268d3b0990 100644 --- a/lib/IR/ConstantsContext.h +++ b/lib/IR/ConstantsContext.h @@ -761,6 +761,6 @@ public: } }; -} +} // end namespace llvm #endif