davids5 commented on a change in pull request #2: Master pr nxstyle improvments URL: https://github.com/apache/incubator-nuttx/pull/2#discussion_r360725908
########## File path: tools/nxstyle.c ########## @@ -61,6 +100,34 @@ static void show_usage(char *progname, int exitcode) exit(exitcode); } +static int message(enum class_e class, const char *text, int lineno, int ndx) +{ + Review comment: ```suggestion ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services