diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-08-19 00:21:04 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-08-19 00:21:04 +0000 |
commit | 25fb110f21c01280b64a9dbfa95063186c98dfd8 (patch) | |
tree | 04ec023250b71a73dd00def68368f9b9074bdca4 /llvm/lib/IR/ConstantsContext.h | |
parent | 7b859ff22cb712061f294346094487ddce7cf032 (diff) | |
download | bcm5719-llvm-25fb110f21c01280b64a9dbfa95063186c98dfd8.tar.gz bcm5719-llvm-25fb110f21c01280b64a9dbfa95063186c98dfd8.zip |
Prevent clang-format from moving the namespace closing brace, NFC
llvm-svn: 215954
Diffstat (limited to 'llvm/lib/IR/ConstantsContext.h')
-rw-r--r-- | llvm/lib/IR/ConstantsContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |