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); _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"