about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--maddr.c2
-rw-r--r--mhdr.c2
2 files changed, 2 insertions, 2 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;
 
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;