summaryrefslogtreecommitdiffstats
path: root/usr.bin/apply
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/apply')
-rw-r--r--usr.bin/apply/apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c
index a8634a9..843488f 100644
--- a/usr.bin/apply/apply.c
+++ b/usr.bin/apply/apply.c
@@ -111,7 +111,7 @@ main(argc, argv)
if ((cmd = malloc(sizeof("exec ") - 1 +
strlen(argv[0]) + 9 * (sizeof(" %1") - 1) + 1)) == NULL)
err(1, NULL);
-
+
if (n == 0) {
/* If nargs not set, default to a single argument. */
if (nargs == -1)
OpenPOWER on IntegriCloud