From 13ee5bf081425098910ee53fc9415236097236f8 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 19 Apr 2017 19:52:40 +0000 Subject: [PATCH] Clean up trailing whitespace No functional changes MFC after: 1 week Sponsored by: Dell EMC Isilon --- usr.bin/which/which.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 2c11b80c1f5c..10161fe9e904 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;