du(1): trivial whitespace cleanup

MFC after:	1 month
This commit is contained in:
Enji Cooper 2017-06-12 02:42:39 +00:00
parent 5bf28159df
commit 9bd154b8e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319846

View File

@ -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);