svn commit: r321096 - stable/11/usr.bin/du

Ngie Cooper ngie at FreeBSD.org
Mon Jul 17 21:18:42 UTC 2017


Author: ngie
Date: Mon Jul 17 21:18:40 2017
New Revision: 321096
URL: https://svnweb.freebsd.org/changeset/base/321096

Log:
  MFC r319846:
  
  du(1): trivial whitespace cleanup

Modified:
  stable/11/usr.bin/du/du.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/du/du.c
==============================================================================
--- stable/11/usr.bin/du/du.c	Mon Jul 17 21:17:03 2017	(r321095)
+++ stable/11/usr.bin/du/du.c	Mon Jul 17 21:18:40 2017	(r321096)
@@ -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-stable-11 mailing list