davids5 commented on a change in pull request #2: Master pr nxstyle improvments URL: https://github.com/apache/incubator-nuttx/pull/2#discussion_r360725585
########## File path: tools/nxstyle.c ########## @@ -477,7 +543,7 @@ int main(int argc, char **argv, char **envp) (strcmp(line, " * Private Functions\n") == 0 || strcmp(line, " * Public Functions\n") == 0)) { - //fprintf(stderr, "Functions begin at line %d:%d\n", lineno, n); + //ERROR("Functions begin", lineno, n); bfunctions = true; Review comment: ehmm @patacongo that came from master ---------------------------------------------------------------- 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