Prevent clang-format from moving the namespace closing brace, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 19 Aug 2014 00:21:04 +0000 (00:21 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 19 Aug 2014 00:21:04 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215954 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/ConstantsContext.h

index 7ceb9c6650991e3d798480976155b1a94b6d3f9c..3268d3b099021d7663dcb138c12d7b4657b569d4 100644 (file)
@@ -761,6 +761,6 @@ public:
   }
 };
 
-}
+} // end namespace llvm
 
 #endif