Skip to content

Commit 65f22f8

Browse files
restyled-commitsmbknust
authored andcommitted
Restyled by whitespace
1 parent f242ec6 commit 65f22f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/core/tests/TestCHIPErrorStr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ TEST(TestCHIPErrorStr, CheckCoreErrorStr)
196196
EXPECT_EQ(strstr(file, "src/lib/core/"), file);
197197
#endif // CHIP_CONFIG_ERROR_SOURCE
198198
}
199-
}
199+
}

src/lib/core/tests/TestTLVVectorWriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ TEST_F(TestTLVVectorWriter, ManySmallDataRequiresNewBufferAllocation)
127127
EXPECT_EQ(value, true);
128128
}
129129
EXPECT_EQ(reader.Next(), CHIP_END_OF_TLV);
130-
}
130+
}

0 commit comments

Comments
 (0)