Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2017 02:42:39 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319846 - head/usr.bin/du
Message-ID:  <201706120242.v5C2gdxp027593@repo.freebsd.org>

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



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