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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mflow.c b/mflow.c
index 3a465b7..4726fec 100644
--- a/mflow.c
+++ b/mflow.c
@@ -150,10 +150,10 @@ main()
 		}
 
 		if (rd > 0 && line[rd-1] == '\n')
-                        line[--rd] = 0;
+			line[--rd] = 0;
 		if (rd > 0 && line[rd-1] == '\r')
-                        line[--rd] = 0;
-		
+			line[--rd] = 0;
+
 		quotes = 0;
 		while (*line == '>') {  // measure quote depth
 			line++;