summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-22 20:00:37 +0000
committerJim Meyering <jim@meyering.net>2004-09-22 20:00:37 +0000
commit5414dae31fbd004450293cf2ba745d4a9bb39558 (patch)
tree8ffc0e49cf7e87469a0e15d1eb6770ae601b5498 /src
parentb4fb292a822b89aae661c9a91a07f8e1c5fb54e6 (diff)
downloadcoreutils-5414dae31fbd004450293cf2ba745d4a9bb39558.tar.xz
Remove trailing blanks.
Diffstat (limited to 'src')
-rw-r--r--src/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c
index 7b7ecac50..e3584601a 100644
--- 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')