Whitespace cleanups
Remove some trailing spaces and replace some tabs with spaces
This commit is contained in:
parent
22a0da47d8
commit
d4edf3acc6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user