diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-23 04:02:39 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-23 04:02:39 +0000 |
commit | bb8cd1231d5c71e2dfc245269525bff889477684 (patch) | |
tree | c319801d2090bbc3ecb1a3ea3f460148d32d1202 /unittests | |
parent | e4168195ca64bd48026da2aece2e698eeb2b055a (diff) |
Tag the end of an anonymous namespace, NFC
Prevent clang-format from moving the closing branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/IR/MetadataTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/IR/MetadataTest.cpp b/unittests/IR/MetadataTest.cpp index 1addd155f2b..41b2be695e5 100644 --- a/unittests/IR/MetadataTest.cpp +++ b/unittests/IR/MetadataTest.cpp @@ -2309,4 +2309,4 @@ TEST_F(FunctionAttachmentTest, SubprogramAttachment) { EXPECT_EQ(SP, F->getMetadata(LLVMContext::MD_dbg)); } -} +} // end namespace |