Whitespace cleanups

Remove some trailing spaces and replace some tabs with spaces
This commit is contained in:
jaredj 2009-02-27 16:44:59 -06:00 committed by Ask Bjørn Hansen
parent 22a0da47d8
commit d4edf3acc6
3 changed files with 6 additions and 6 deletions

View File

@ -666,8 +666,8 @@ sub data_respond {
$self->transaction->header($header);
# NOTE: This will not work properly under async. A
# data_headers_end_respond needs to be created.
# NOTE: This will not work properly under async. A
# data_headers_end_respond needs to be created.
my ($rc, $msg) = $self->run_hooks('data_headers_end');
if ($rc == DENY_DISCONNECT) {
$self->respond(554, $msg || "Message denied");