aboutsummaryrefslogtreecommitdiff
path: root/coreutils/paste.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-03-24 15:00:12 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-03-24 15:00:12 +0100
commit876c121ccb479d667a1ab00d0cb2d9cb1c298e7d (patch)
treeb2e05719f88528c5e7fd01f9d57fbf07abcedf39 /coreutils/paste.c
parentf4a670a9110426e9153e7d5f6e7b7d1f1eac6195 (diff)
downloadbusybox-876c121ccb479d667a1ab00d0cb2d9cb1c298e7d.tar.gz
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/paste.c')
-rw-r--r--coreutils/paste.c2
1 files changed, 1 insertions, 1 deletions
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();
}