From: Jim Meyering Date: Sun, 30 Nov 1997 11:15:27 +0000 (+0000) Subject: remove trailing blank X-Git-Tag: TEXTUTILS-1_22c~12 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bca6f1740d2bfd21ceddc6101a73dfb191b1d3d5;p=thirdparty%2Fcoreutils.git remove trailing blank --- diff --git a/src/du.c b/src/du.c index 4eb3990b11..585f25645d 100644 --- 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;