summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index 793cf55c7..d6671e214 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -583,7 +583,7 @@ output (start, past_end)
bytes_in_buffer = 0;
return;
}
-
+
/* Write out as many full buffers as possible. */
while (bytes_to_add >= bytes_available)
{