tools/nxstyle.c: Remove some logic added in previous change. Causes too many false alarms.
This commit is contained in:
parent
56415d8fa7
commit
b51e77829e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user