svn commit: r318610 - stable/11/usr.bin/which
Ngie Cooper
ngie at FreeBSD.org
Mon May 22 06:05:36 UTC 2017
Author: ngie
Date: Mon May 22 06:05:35 2017
New Revision: 318610
URL: https://svnweb.freebsd.org/changeset/base/318610
Log:
MFC r317160:
Clean up trailing whitespace
No functional changes
Modified:
stable/11/usr.bin/which/which.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.bin/which/which.c
==============================================================================
--- stable/11/usr.bin/which/which.c Mon May 22 06:05:14 2017 (r318609)
+++ stable/11/usr.bin/which/which.c Mon May 22 06:05:35 2017 (r318610)
@@ -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;
More information about the svn-src-stable-11
mailing list