diff fastcgi_body.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents a9621dbbd0d4
children 894e142ebdf8
line wrap: on
line diff
--- a/fastcgi_body.t
+++ b/fastcgi_body.t
@@ -87,9 +87,9 @@ EOF
 ###############################################################################
 
 sub http_get_length {
-        my ($url, $body) = @_;
+	my ($url, $body) = @_;
 	my $length = length $body;
-        return http(<<EOF);
+	return http(<<EOF);
 GET $url HTTP/1.1
 Host: localhost
 Connection: close