about summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
Diffstat (limited to 'mcom')
-rwxr-xr-xmcom4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcom b/mcom
index db841c7..171fb1b 100755
--- a/mcom
+++ b/mcom
@@ -16,7 +16,7 @@ notmine() {
 }
 
 ouniq() {
-	awk '!seen[$0]++' 
+	awk '!seen[$0]++'
 }
 
 reffmt() {
@@ -285,7 +285,7 @@ fi
 			printf 'To: %s\n' "$to"
 			printf 'Cc: %s\n' \
 			       "$(mhdr -d -A -h to:cc: "$1" |
-			       	       notmine |grep -Fv -e "$to" |
+				       notmine |grep -Fv -e "$to" |
 				       ouniq |commajoin)"
 			printf 'Bcc: \n'
 			printf '%s\n' "$hdrs" | awk '{ print }' |