test: posix: timer: fix format
change { 0 } to {0} Signed-off-by: Noemie Gillet <ngillet@sequans.com>
This commit is contained in:
parent
cbec9a342b
commit
4355d07fcd
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ ZTEST(timer, test_CLOCK_MONOTONIC__SIGEV_THREAD)
|
|||
|
||||
ZTEST(timer, test_timer_overrun)
|
||||
{
|
||||
struct sigevent sig = { 0 };
|
||||
struct sigevent sig = {0};
|
||||
struct itimerspec value;
|
||||
|
||||
sig.sigev_notify = SIGEV_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue