Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2017 06:05:35 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r318610 - stable/11/usr.bin/which
Message-ID:  <201705220605.v4M65ZwQ034310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705220605.v4M65ZwQ034310>