whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-03-24 15:00:12 +01:00
parent f4a670a911
commit 876c121ccb
3 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ int paste_main(int argc UNUSED_PARAM, char **argv)
(--argv)[0] = (char*) "-";
for (i = 0; argv[i]; ++i) {
argv[i] = (void*) fopen_or_warn_stdin(argv[i]);
if (!argv[i])
if (!argv[i])
xfunc_die();
}