mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
Document end of anonymous namespaces, NFC
Prevent clang-format from deleting the preceding newline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
be4ea76eaa
commit
ec78cb05a0
@ -292,4 +292,4 @@ TYPED_TEST(ValueMapTest, SurvivesModificationByConfig) {
|
||||
EXPECT_EQ(0u, VM.count(this->AddV.get()));
|
||||
}
|
||||
|
||||
}
|
||||
} // end namespace
|
||||
|
@ -55,4 +55,4 @@ TEST(ValueMapperTest, MapMetadataDistinctOperands) {
|
||||
EXPECT_EQ(New, D->getOperand(0));
|
||||
}
|
||||
|
||||
}
|
||||
} // end namespace
|
||||
|
Loading…
Reference in New Issue
Block a user