From d7f8772930b315d853ffe779d7e5c538af7a0f3d Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 22 May 2017 06:05:14 +0000 Subject: MFC r317160: Clean up trailing whitespace No functional changes --- usr.bin/which/which.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/which') diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 2c11b80..10161fe 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$"); static void usage(void); static int print_matches(char *, char *); - + static int silent; static int allpaths; @@ -81,7 +81,7 @@ main(int argc, char **argv) while (argc > 0) { memcpy(path, p, pathlen); - + if (strlen(*argv) >= FILENAME_MAX || print_matches(path, *argv) == -1) status = EXIT_FAILURE; -- cgit v1.1