Author: ngie
Date: Wed Apr 19 19:52:40 2017
New Revision: 317160
URL: https://svnweb.freebsd.org/changeset/base/317160

Log:
  Clean up trailing whitespace
  
  No functional changes
  
  MFC after:    1 week
  Sponsored by: Dell EMC Isilon

Modified:
  head/usr.bin/which/which.c

Modified: head/usr.bin/which/which.c
==============================================================================
--- head/usr.bin/which/which.c  Wed Apr 19 19:06:47 2017        (r317159)
+++ head/usr.bin/which/which.c  Wed Apr 19 19:52:40 2017        (r317160)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to