1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

Remove trailing blanks.

This commit is contained in:
Jim Meyering
2004-09-22 20:00:37 +00:00
parent b4fb292a82
commit 5414dae31f
+1 -1
View File
@@ -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')