1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Document end of anonymous namespaces, NFC

Prevent clang-format from deleting the preceding newline.

llvm-svn: 265227
This commit is contained in:
Duncan P. N. Exon Smith 2016-04-02 16:45:51 +00:00
parent 56e0bfec77
commit 700ae13d2f
2 changed files with 2 additions and 2 deletions

View File

@ -292,4 +292,4 @@ TYPED_TEST(ValueMapTest, SurvivesModificationByConfig) {
EXPECT_EQ(0u, VM.count(this->AddV.get()));
}
}
} // end namespace

View File

@ -55,4 +55,4 @@ TEST(ValueMapperTest, MapMetadataDistinctOperands) {
EXPECT_EQ(New, D->getOperand(0));
}
}
} // end namespace