Skip to content

Commit 4355d07

Browse files
Noemie Gilletnashif
authored andcommitted
test: posix: timer: fix format
change { 0 } to {0} Signed-off-by: Noemie Gillet <[email protected]>
1 parent cbec9a3 commit 4355d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/posix/common/src/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ZTEST(timer, test_CLOCK_MONOTONIC__SIGEV_THREAD)
104104

105105
ZTEST(timer, test_timer_overrun)
106106
{
107-
struct sigevent sig = { 0 };
107+
struct sigevent sig = {0};
108108
struct itimerspec value;
109109

110110
sig.sigev_notify = SIGEV_NONE;

0 commit comments

Comments
 (0)