diff options
author | Jim Meyering <jim@meyering.net> | 2004-10-05 07:13:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-10-05 07:13:08 +0000 |
commit | 041c1bc62e13ac8b13bc8204b8274a3174e6e1b9 (patch) | |
tree | 6aa231df7f21d559a7b8def4180939c73c5aa8f6 | |
parent | 75c5c677d608e95b17993fc4a5131522db0a73aa (diff) | |
download | coreutils-041c1bc62e13ac8b13bc8204b8274a3174e6e1b9.tar.xz |
remove trailing blanks.
-rw-r--r-- | src/ls.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |