summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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')