mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Document end of anonymous namespaces, NFC
Prevent clang-format from deleting the preceding newline. llvm-svn: 265227
This commit is contained in:
parent
56e0bfec77
commit
700ae13d2f
@ -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