diff realip.t @ 590:dc2f8aac0553

Tests: whitespace fixes.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 26 May 2015 13:22:45 +0300
parents a9621dbbd0d4
children a894f041244e
line wrap: on
line diff
--- a/realip.t
+++ b/realip.t
@@ -71,7 +71,7 @@ plan(skip_all => 'no 127.0.0.1 on host')
 
 like(http_xff('/1', '192.0.2.1'), qr/^X-IP: 192.0.2.1/m, 'realip');
 like(http_xff('/1', '10.0.0.1, 192.0.2.1'), qr/^X-IP: 192.0.2.1/m,
-        'realip multi');
+	'realip multi');
 like(http_xff('/1', '192.0.2.1, 10.0.1.1, 127.0.0.1'),
 	qr/^X-IP: 127.0.0.1/m, 'realip recursive off');
 like(http_xff('/2', '10.0.1.1, 192.0.2.1, 127.0.0.1'),