Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Feb 5, 2024
1 parent 404c262 commit 3644387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user/tasks/examples/poll-ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ void poll_task2(void)
{
setprogname("poll-ex-2");

while(!fifo_init_ready);
while (!fifo_init_ready)
;

int fifo_fd = open("/poll_test", O_NONBLOCK);
if (fifo_fd < 0) {
Expand Down

0 comments on commit 3644387

Please sign in to comment.