From a14d555c873398b14776ca4f2c33f9c69617afb9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 06:41:30 +0000 Subject: Remove trailing whitespace. --- usr.bin/apply/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/apply') 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) -- cgit v1.1