From bca6f1740d2bfd21ceddc6101a73dfb191b1d3d5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Nov 1997 11:15:27 +0000 Subject: [PATCH] remove trailing blank --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/du.c b/src/du.c index 4eb3990..585f256 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; -- 2.7.4