about summary refs log tree commit diff
path: root/mhdr.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-05-23 16:42:41 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-05-23 16:42:41 +0200
commit2e742622ab5442ccca32b71c7b53c816f86c3260 (patch)
treeabfb79f0d9013ce87b757d30aa9a3de9164cdd45 /mhdr.c
parentbcd258a8c87234d3c8b606dfeb608155e3d23a0d (diff)
downloadmblaze-2e742622ab5442ccca32b71c7b53c816f86c3260.tar.gz
mblaze-2e742622ab5442ccca32b71c7b53c816f86c3260.tar.xz
mblaze-2e742622ab5442ccca32b71c7b53c816f86c3260.zip
whitespace fixes
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;