From 25fb110f21c01280b64a9dbfa95063186c98dfd8 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 19 Aug 2014 00:21:04 +0000 Subject: Prevent clang-format from moving the namespace closing brace, NFC llvm-svn: 215954 --- llvm/lib/IR/ConstantsContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/IR/ConstantsContext.h') diff --git a/llvm/lib/IR/ConstantsContext.h b/llvm/lib/IR/ConstantsContext.h index 7ceb9c66509..3268d3b0990 100644 --- a/llvm/lib/IR/ConstantsContext.h +++ b/llvm/lib/IR/ConstantsContext.h @@ -761,6 +761,6 @@ public: } }; -} +} // end namespace llvm #endif -- cgit v1.2.3