whitespace fixes, no code changes
This commit is contained in:
parent
033e592cbc
commit
6a2f7f41cf
9 changed files with 101 additions and 99 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue