diff scgi_body.t @ 590:dc2f8aac0553

Tests: whitespace fixes.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 26 May 2015 13:22:45 +0300
parents a9621dbbd0d4
children e9064d691790
line wrap: on
line diff
--- a/scgi_body.t
+++ b/scgi_body.t
@@ -87,9 +87,9 @@ EOF
 ###############################################################################
 
 sub http_get_length {
-        my ($url, $body) = @_;
-        my $length = length $body;
-        return http(<<EOF);
+	my ($url, $body) = @_;
+	my $length = length $body;
+	return http(<<EOF);
 GET $url HTTP/1.1
 Host: localhost
 Connection: close