xiaoxiang781216 commented on PR #2099: URL: https://github.com/apache/nuttx-apps/pull/2099#issuecomment-1738337426
@eren-terzioglu, please fix the nxstyle issue: ``` ../nuttx/tools/checkpatch.sh -m -g 2d6d199c492196c4680ae7f5b97bb6e2a7b38649..HEAD Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/can/can_main.c:142:29: error: Right bracket not on separate line Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/can/can_main.c:143:3: error: Right brace must be followed by a blank line Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/can/can_main.c:157:29: error: Right bracket not on separate line ``` you can verify it locally before update the patch by: ``` ../nuttx/tools/checkpatch.sh -g HEAD~...HEAD ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org