svn commit: r321097 - stable/10/usr.bin/du
Ngie Cooper
ngie at FreeBSD.org
Mon Jul 17 21:18:45 UTC 2017
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);
More information about the svn-src-stable-10
mailing list