From: Florian Ragwitz Date: Mon, 22 Mar 2010 12:32:25 +0000 (+0000) Subject: no tabs. kthx! X-Git-Tag: 5.80022~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=697bab77af486790c35c1afe7964dea3279a0d01 no tabs. kthx! --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 1997c84..d2c045f 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2167,14 +2167,14 @@ sub log_response { my($dump) = grep {$_->[0] eq 'Response' } $c->dump_these; my $response = $dump->[1]; - $c->log->debug( - sprintf( - 'Response Code: %s; Content-Type: %s; Content-Length: %s', - $response->status || 'unknown', - $response->headers->header('Content-Type') || 'unknown', - $response->headers->header('Content-Length') || 'unknown' - ) - ); + $c->log->debug( + sprintf( + 'Response Code: %s; Content-Type: %s; Content-Length: %s', + $response->status || 'unknown', + $response->headers->header('Content-Type') || 'unknown', + $response->headers->header('Content-Length') || 'unknown' + ) + ); } =head2 $c->log_request_parameters( query => {}, body => {} )