diff proxy_next_upstream_tries.t @ 937:b1fa8e0cc27b

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 24 May 2016 16:09:57 +0300
parents b6b407fd5c12
children e9064d691790
line wrap: on
line diff
--- a/proxy_next_upstream_tries.t
+++ b/proxy_next_upstream_tries.t
@@ -195,7 +195,7 @@ sub reply_handler {
 
 	use constant NOERROR	=> 0;
 	use constant A		=> 1;
-	use constant IN 	=> 1;
+	use constant IN		=> 1;
 
 	# default values
 
@@ -237,9 +237,9 @@ sub dns_daemon {
 
 	my ($data, $recv_data);
 	my $socket = IO::Socket::INET->new(
-		LocalAddr    => '127.0.0.1',
-		LocalPort    => $port,
-		Proto        => 'udp',
+		LocalAddr => '127.0.0.1',
+		LocalPort => $port,
+		Proto => 'udp',
 	)
 		or die "Can't create listening socket: $!\n";