mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 10:16:49 +08:00
tools/convert-comments:Fix breakage from Sytle fixes
This commit is contained in:
committed by
Xiang Xiao
parent
75eb3e8ec2
commit
367ec2068b
@@ -242,8 +242,8 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
printf("***************************************
|
||||
**************************************\n");
|
||||
printf("***************************************"
|
||||
"**************************************\n");
|
||||
printf("* %5lu. %s\n", lineno, g_line0);
|
||||
printf("* indent: last=%u curr=%u next=%u\n",
|
||||
lastindent, indent, nextindent);
|
||||
@@ -251,8 +251,8 @@ int main(int argc, char **argv)
|
||||
wascomment, iscomment, willbecomment);
|
||||
printf("* blank: last=%u curr=%u next=%u\n",
|
||||
wasblank, isblank, willbeblank);
|
||||
printf("***************************************
|
||||
**************************************\n");
|
||||
printf("***************************************"
|
||||
"**************************************\n");
|
||||
|
||||
/* Does line n start with a comment */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user