From: Jim Meyering Date: Fri, 11 Apr 2003 12:37:58 +0000 (+0000) Subject: Remove SPC in SPC-TAB sequence. X-Git-Tag: v5.0.1~719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab69f41a76696e2ba18fba2e13341b61a5abbef4;p=thirdparty%2Fcoreutils.git Remove SPC in SPC-TAB sequence. --- diff --git a/src/du.c b/src/du.c index e3db368442..ffbc4cfb09 100644 --- a/src/du.c +++ b/src/du.c @@ -642,7 +642,7 @@ main (int argc, char **argv) quote (optarg)); fail = 1; } - break; + break; case 'm': /* obsolescent */ human_output_opts = 0;