style fix (stray space before ';')

This commit is contained in:
Denis Vlasenko
2007-07-21 15:08:09 +00:00
parent 82bd9ee645
commit b71c668c57
28 changed files with 58 additions and 58 deletions

View File

@@ -101,7 +101,7 @@ static int decode_arg(char *arg)
} else
return EOF;
for (; *arg ; ++arg)
for (; *arg; ++arg)
(*fl) |= get_flag(*arg);
return 1;