tools/nxstyle: Back out part of last commit. Logic to avoid some false alarms was causing real style problems from being reported.

This commit is contained in:
Gregory Nutt 2018-10-30 08:36:30 -06:00
parent 88130a996a
commit de764af9aa

View file

@ -145,7 +145,7 @@ int main(int argc, char **argv, char **envp)
* follow another with no space separation.
*/
if (line[n] != '}' && line[n] != '#')
if (line[n] != '}' /* && line[n] != '#' */)
{
fprintf(stderr,
"Missing blank line after comment line. Found at line %d\n",