tools/convert-comments:Fix breakage from Sytle fixes

This commit is contained in:
David Sidrane 2021-03-01 10:58:00 -08:00 committed by Xiang Xiao
parent 75eb3e8ec2
commit 367ec2068b
1 changed files with 4 additions and 4 deletions

View File

@ -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 */