]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove trailing blank
authorJim Meyering <jim@meyering.net>
Sun, 30 Nov 1997 11:15:27 +0000 (11:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Nov 1997 11:15:27 +0000 (11:15 +0000)
src/du.c

index 4eb3990b11a1ed7fd4ae236d1058a7aaca9e02e7..585f25645d8523b6c761c6c2171c4998163880d8 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -137,7 +137,7 @@ static int opt_dereference_arguments = 0;
    most MAX_DEPTH levels down from the root of the hierarchy.  The root
    is at level 0, so `du --max-depth=0' is equivalent to `du -s'.  */
 static int max_depth = INT_MAX;
-  
+
 /* base used for human style output */
 static int human_readable_base;