Clean up trailing whitespace

No functional changes

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-04-19 19:52:40 +00:00
parent 6bc82c82c2
commit 13ee5bf081

View File

@ -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;