From 5414dae31fbd004450293cf2ba745d4a9bb39558 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Sep 2004 20:00:37 +0000 Subject: Remove trailing blanks. --- src/expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expand.c') 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') -- cgit v1.2.3-54-g00ecf