diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-30 11:15:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-30 11:15:27 +0000 |
commit | bca6f1740d2bfd21ceddc6101a73dfb191b1d3d5 (patch) | |
tree | 93f66cb3038141d6198de86d4ef45c3a6baca540 /src | |
parent | d7d6efb0d7e2af78f5cb0ee5977a6b84bf9a88e0 (diff) | |
download | coreutils-bca6f1740d2bfd21ceddc6101a73dfb191b1d3d5.tar.xz |
remove trailing blank
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |