summaryrefslogtreecommitdiff
path: root/lib/IR/ConstantsContext.h
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-19 00:21:04 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-19 00:21:04 +0000
commit783d16f0b73462275904768fa54c2ea9ed33a9d0 (patch)
tree02ef840c9b4edb8590adba5abbcce8503f5e6d60 /lib/IR/ConstantsContext.h
parent6b863256e442f8d1df4dcbd1325ad132380de828 (diff)
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
Diffstat (limited to 'lib/IR/ConstantsContext.h')
-rw-r--r--lib/IR/ConstantsContext.h2
1 files changed, 1 insertions, 1 deletions
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