projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fb292
)
Remove trailing blanks.
author
Jim Meyering
<jim@meyering.net>
Wed, 22 Sep 2004 20:00:37 +0000
(20:00 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 22 Sep 2004 20:00:37 +0000
(20:00 +0000)
src/expand.c
patch
|
blob
|
history
diff --git
a/src/expand.c
b/src/expand.c
index 7b7ecac50d918959586a5072ad9ecbd9e55bd695..e3584601a3736528324420eefe2587471ee14cf9 100644
(file)
--- a/
src/expand.c
+++ b/
src/expand.c
@@
-340,7
+340,7
@@
expand (void)
while (++column < next_tab_column)
if (putchar (' ') < 0)
error (EXIT_FAILURE, errno, _("write error"));
-
+
c = ' ';
}
else if (c == '\b')