Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2017 21:18:44 +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-10@freebsd.org
Subject:   svn commit: r321097 - stable/10/usr.bin/du
Message-ID:  <201707172118.v6HLIiSx059455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Jul 17 21:18:44 2017
New Revision: 321097
URL: https://svnweb.freebsd.org/changeset/base/321097

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

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

Modified: stable/10/usr.bin/du/du.c
==============================================================================
--- stable/10/usr.bin/du/du.c	Mon Jul 17 21:18:40 2017	(r321096)
+++ stable/10/usr.bin/du/du.c	Mon Jul 17 21:18:44 2017	(r321097)
@@ -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>
@@ -517,7 +516,7 @@ static void
 ignoreclean(void)
 {
 	struct ignentry *ign;
-	
+
 	while (!SLIST_EMPTY(&ignores)) {
 		ign = SLIST_FIRST(&ignores);
 		SLIST_REMOVE_HEAD(&ignores, next);



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