nuttx
nuttx copied to clipboard
Our nxstyle.c checker is not validation single line "if ()" without brackets
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.