whitespace fixes, no code changes

This commit is contained in:
Denis Vlasenko 2007-08-16 10:35:17 +00:00
parent 033e592cbc
commit 6a2f7f41cf
9 changed files with 101 additions and 99 deletions

View file

@ -196,7 +196,7 @@ int expand_main(int argc, char **argv)
exit_status = EXIT_FAILURE;
}
/* If stdin also clear EOF */
if (file == stdin)
if (file == stdin)
clearerr(file);
} while (*++argv);