mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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:
+1
-1
@@ -145,7 +145,7 @@ int main(int argc, char **argv, char **envp)
|
|||||||
* follow another with no space separation.
|
* follow another with no space separation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (line[n] != '}' && line[n] != '#')
|
if (line[n] != '}' /* && line[n] != '#' */)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Missing blank line after comment line. Found at line %d\n",
|
"Missing blank line after comment line. Found at line %d\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user