about summary refs log tree commit diff
path: root/maddr.c
diff options
context:
space:
mode:
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;