From: Jim Meyering Date: Wed, 22 Sep 2004 20:00:37 +0000 (+0000) Subject: Remove trailing blanks. X-Git-Tag: v5.3.0~641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5414dae31fbd004450293cf2ba745d4a9bb39558;p=thirdparty%2Fcoreutils.git Remove trailing blanks. --- diff --git a/src/expand.c b/src/expand.c index 7b7ecac50d..e3584601a3 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')