about summary refs log tree commit diff
path: root/mhdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'mhdr.c')
-rw-r--r--mhdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mhdr.c b/mhdr.c
index d19093b..18cbc5e 100644
--- a/mhdr.c
+++ b/mhdr.c
@@ -66,7 +66,7 @@ print_quoted(char *s)
 	for (t = s; *t; t++)
                 if ((unsigned char)*t < 32 || strchr("()<>[]:;@\\,.\"", *t))
 			goto quote;
-	
+
 	printf("%s", s);
 	return;