clang-format

This commit is contained in:
Gavin Hayes 2023-03-25 14:21:40 -04:00
parent edabba4fbb
commit 5c9131cbcc

View file

@ -65,7 +65,8 @@ TEST(fmt, d) {
}
TEST(fmt, s) {
EXPECT_STREQ("Wide character output test", _gc(xasprintf("%S", L"Wide character output test")));
EXPECT_STREQ("Wide character output test",
_gc(xasprintf("%S", L"Wide character output test")));
}
TEST(fmt, g) {