From 783d16f0b73462275904768fa54c2ea9ed33a9d0 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 19 Aug 2014 00:21:04 +0000 Subject: [PATCH] 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 --- lib/IR/ConstantsContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1