mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools/nxstyle.c: Remove some logic added in previous change. Causes too many false alarms.
This commit is contained in:
parent
56415d8fa7
commit
b51e77829e
1 changed files with 6 additions and 0 deletions
|
|
@ -414,7 +414,13 @@ int main(int argc, char **argv, char **envp)
|
|||
|
||||
if (--ncomment == 0)
|
||||
{
|
||||
#if 0
|
||||
/* REVISIT: causes false alarms when comment appears to
|
||||
* the right of a statement.
|
||||
*/
|
||||
|
||||
comment_lineno = lineno;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue