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:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user