1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

clang format one more line.

This commit is contained in:
Chris Lattner 2020-04-12 16:36:56 -07:00
parent 9ed26f207e
commit 1f9aee0663

View File

@ -225,7 +225,7 @@ TEST_F(StringMapTest, IterationTest) {
// Test StringMapEntry::Create() method.
TEST_F(StringMapTest, StringMapEntryTest) {
MallocAllocator Allocator;
StringMap<uint32_t>::value_type* entry =
StringMap<uint32_t>::value_type *entry =
StringMap<uint32_t>::value_type::Create(
StringRef(testKeyFirst, testKeyLength), Allocator, 1u);
EXPECT_STREQ(testKey, entry->first().data());