From: Jim Meyering Date: Tue, 5 Oct 2004 07:13:08 +0000 (+0000) Subject: remove trailing blanks. X-Git-Tag: v5.3.0~563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041c1bc62e13ac8b13bc8204b8274a3174e6e1b9;p=thirdparty%2Fcoreutils.git remove trailing blanks. --- diff --git a/src/ls.c b/src/ls.c index 38cb2fea9a..da3654c80b 100644 --- a/src/ls.c +++ b/src/ls.c @@ -579,10 +579,10 @@ static enum /* Ignore files whose names start with `.', and files specified by --hide and --ignore. */ IGNORE_DEFAULT, - + /* Ignore `.', `..', and files specified by --ignore. */ IGNORE_DOT_AND_DOTDOT, - + /* Ignore only files specified by --ignore. */ IGNORE_MINIMAL } ignore; @@ -3214,7 +3214,7 @@ print_long_format (const struct fileinfo *f) *p++ = ' '; while ((*p++ = *blocks++)) continue; - p[-1] = ' '; + p[-1] = ' '; } /* The last byte of the mode string is the POSIX