Sort includes and more cleanup and fixes in util/
This commit is contained in:
@@ -9,10 +9,9 @@ putword(const char *s)
|
||||
{
|
||||
static bool first = true;
|
||||
|
||||
if(!first)
|
||||
if (!first)
|
||||
putchar(' ');
|
||||
|
||||
fputs(s, stdout);
|
||||
first = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user