about summary refs log tree commit diff
path: root/maddr.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 /maddr.c
parentbcd258a8c87234d3c8b606dfeb608155e3d23a0d (diff)
downloadmblaze-2e742622ab5442ccca32b71c7b53c816f86c3260.tar.gz
mblaze-2e742622ab5442ccca32b71c7b53c816f86c3260.tar.xz
mblaze-2e742622ab5442ccca32b71c7b53c816f86c3260.zip
whitespace fixes
Diffstat (limited to 'maddr.c')
-rw-r--r--maddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maddr.c b/maddr.c
index 3e43eca..4527242 100644
--- a/maddr.c
+++ b/maddr.c
@@ -21,7 +21,7 @@ print_quoted(char *s)
 	for (t = s; *t; t++)
                 if ((unsigned char)*t < 32 || strchr("()<>[]:;@\\,.\"", *t))
 			goto quote;
-	
+
 	printf("%s", s);
 	return;