From 9bd154b8e663cda0a91a161e6eca7f48339fd228 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 12 Jun 2017 02:42:39 +0000 Subject: [PATCH] du(1): trivial whitespace cleanup MFC after: 1 month --- usr.bin/du/du.c | 3 +-- 1 file changed, 1 insertion(+), 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 #include #include - #include #include #include @@ -514,7 +513,7 @@ static void ignoreclean(void) { struct ignentry *ign; - + while (!SLIST_EMPTY(&ignores)) { ign = SLIST_FIRST(&ignores); SLIST_REMOVE_HEAD(&ignores, next);