Skip to content

Commit da97e99

Browse files
committed
fmt
Created using spr 1.3.4
1 parent a1696b4 commit da97e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/msan/tests/msan_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4891,7 +4891,7 @@ TEST(MemorySanitizer, timer_create) {
48914891
EXPECT_NOT_POISONED(timer);
48924892

48934893
// Make sure the timer is usable.
4894-
struct itimerspec cur_value{};
4894+
struct itimerspec cur_value {};
48954895
cur_value.it_value.tv_sec = 1;
48964896
EXPECT_EQ(0, timer_settime(timer, 0, &cur_value, nullptr));
48974897

0 commit comments

Comments
 (0)