Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2017 21:18:40 +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: r321096 - stable/11/usr.bin/du
Message-ID:  <201707172118.v6HLIesT059406@repo.freebsd.org>

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



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