nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Our nxstyle.c checker is not validation single line "if ()" without brackets

Open acassis opened this issue 1 year ago • 0 comments

There are some files with the issue, I just used git grep to find it:

$ git grep "if (" | grep "\;"

Our nxstyle.c needs to be fixed to force CI to catch it.

acassis avatar Apr 14 '24 22:04 acassis