summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-30 11:15:27 +0000
committerJim Meyering <jim@meyering.net>1997-11-30 11:15:27 +0000
commitbca6f1740d2bfd21ceddc6101a73dfb191b1d3d5 (patch)
tree93f66cb3038141d6198de86d4ef45c3a6baca540 /src/du.c
parentd7d6efb0d7e2af78f5cb0ee5977a6b84bf9a88e0 (diff)
downloadcoreutils-bca6f1740d2bfd21ceddc6101a73dfb191b1d3d5.tar.xz
remove trailing blank
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index 4eb3990b1..585f25645 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;