From 876c121ccb479d667a1ab00d0cb2d9cb1c298e7d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 24 Mar 2017 15:00:12 +0100 Subject: whitespace fix Signed-off-by: Denys Vlasenko --- coreutils/paste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/paste.c') diff --git a/coreutils/paste.c b/coreutils/paste.c index d929d6aa0..3920859d6 100644 --- a/coreutils/paste.c +++ b/coreutils/paste.c @@ -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(); } -- cgit v1.2.3