aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du/du.c
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-06-12 02:42:39 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-06-12 02:42:39 +0000
commit9bd154b8e663cda0a91a161e6eca7f48339fd228 (patch)
tree66ebfa815f2a3f34393cf1f836daa87de9dfb1bc /usr.bin/du/du.c
parent5bf28159dff01d81b5186abdbed2eae911e078eb (diff)
downloadsrc-9bd154b8e663cda0a91a161e6eca7f48339fd228.tar.gz
src-9bd154b8e663cda0a91a161e6eca7f48339fd228.zip
du(1): trivial whitespace cleanup
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=319846
Diffstat (limited to 'usr.bin/du/du.c')
-rw-r--r--usr.bin/du/du.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 71be71fd497a..6affc12ad240 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -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);