svn commit: r319846 - head/usr.bin/du

Ngie Cooper ngie at FreeBSD.org
Mon Jun 12 02:42:40 UTC 2017


Author: ngie
Date: Mon Jun 12 02:42:39 2017
New Revision: 319846
URL: https://svnweb.freebsd.org/changeset/base/319846

Log:
  du(1): trivial whitespace cleanup
  
  MFC after:	1 month

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

Modified: head/usr.bin/du/du.c
==============================================================================
--- head/usr.bin/du/du.c	Mon Jun 12 02:38:37 2017	(r319845)
+++ head/usr.bin/du/du.c	Mon Jun 12 02:42:39 2017	(r319846)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/queue.h>
 #include <sys/stat.h>
-
 #include <err.h>
 #include <errno.h>
 #include <fnmatch.h>
@@ -514,7 +513,7 @@ static void
 ignoreclean(void)
 {
 	struct ignentry *ign;
-	
+
 	while (!SLIST_EMPTY(&ignores)) {
 		ign = SLIST_FIRST(&ignores);
 		SLIST_REMOVE_HEAD(&ignores, next);


More information about the svn-src-head mailing list