about summary refs log tree commit diff
path: root/mflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mflow.c')
-rw-r--r--mflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mflow.c b/mflow.c
index 68d2629..a6dfe6d 100644
--- a/mflow.c
+++ b/mflow.c
@@ -176,7 +176,7 @@ main(int argc, char *argv[])
 			rd--;
 		}
 
-		if (*line == ' ') {  // space stuffing
+		if (reflow && *line == ' ') {  // space stuffing
 			line++;
 			rd--;
 		}