svn commit: r318609 - stable/10/usr.bin/which

Ngie Cooper ngie at FreeBSD.org
Mon May 22 06:05:16 UTC 2017


Author: ngie
Date: Mon May 22 06:05:14 2017
New Revision: 318609
URL: https://svnweb.freebsd.org/changeset/base/318609

Log:
  MFC r317160:
  
  Clean up trailing whitespace
  
  No functional changes

Modified:
  stable/10/usr.bin/which/which.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/which/which.c
==============================================================================
--- stable/10/usr.bin/which/which.c	Mon May 22 06:04:20 2017	(r318608)
+++ stable/10/usr.bin/which/which.c	Mon May 22 06:05:14 2017	(r318609)
@@ -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-all mailing list