tools/nxstyle.c: Remove some logic added in previous change. Causes too many false alarms.

This commit is contained in:
Gregory Nutt 2018-10-31 12:42:18 -06:00
parent 56415d8fa7
commit b51e77829e

View File

@ -414,7 +414,13 @@ int main(int argc, char **argv, char **envp)
if (--ncomment == 0) if (--ncomment == 0)
{ {
#if 0
/* REVISIT: causes false alarms when comment appears to
* the right of a statement.
*/
comment_lineno = lineno; comment_lineno = lineno;
#endif
} }
} }
else else