summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-10-05 07:13:08 +0000
committerJim Meyering <jim@meyering.net>2004-10-05 07:13:08 +0000
commit041c1bc62e13ac8b13bc8204b8274a3174e6e1b9 (patch)
tree6aa231df7f21d559a7b8def4180939c73c5aa8f6 /src/ls.c
parent75c5c677d608e95b17993fc4a5131522db0a73aa (diff)
downloadcoreutils-041c1bc62e13ac8b13bc8204b8274a3174e6e1b9.tar.xz
remove trailing blanks.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index 38cb2fea9..da3654c80 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