git-send-email-script: minimum whitespace cleanup.

Now it is ready to hit the "master" branch, clean up the script
for trailing whitespace and mixture of tabs and spaces.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-07-31 23:05:16 -07:00
parent a6d62cdd21
commit 5825e5b25c

View File

@ -276,7 +276,6 @@ foreach my $t (@files) {
$reply_to = $message_id;
}
make_message_id();
# $subject = "Re: ".$initial_subject;
}
@ -291,6 +290,3 @@ sub unique_email_list(@) {
}
return @emails;
}