Skip to content

Commit edc30fc

Browse files
committed
format code with clang-format
1 parent 1d3071f commit edc30fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/test/src/time/localtime_r_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ TEST(LlvmLibcLocaltimeR, ValidUnixTimestamp0) {
3535
}
3636

3737
TEST(LlvmLibcLocaltime, NullPtr) {
38-
EXPECT_DEATH([] { LIBC_NAMESPACE::localtime_r(nullptr, nullptr); }, WITH_SIGNAL(4));
38+
EXPECT_DEATH([] { LIBC_NAMESPACE::localtime_r(nullptr, nullptr); },
39+
WITH_SIGNAL(4));
3940
}
4041

4142
// TODO(zimirza): These tests does not expect the correct output of localtime as

0 commit comments

Comments
 (0)