test: posix: timer: fix format

change { 0 } to {0}

Signed-off-by: Noemie Gillet <ngillet@sequans.com>
This commit is contained in:
Noemie Gillet 2024-11-04 17:49:50 +01:00 committed by Anas Nashif
commit 4355d07fcd

View file

@ -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;