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:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user