changeset 113:5d31f920eda9

Tests: whitespace cleanup, no functional changes.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Nov 2009 13:57:43 +0300
parents 4edfc490b6e5
children 44b281ac4bc6
files limit-req.t proxy-noclose.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/limit-req.t	Mon Nov 02 02:13:12 2009 +0300
+++ b/limit-req.t	Tue Nov 24 13:57:43 2009 +0300
@@ -84,7 +84,7 @@
 like(http_get('/test1.html'), qr/^HTTP\/1.. 200 /m, 'rejects not counted');
 
 # make sure negative excess values are handled properly
- 
+
 http_get('/fast.html');
 select undef, undef, undef, 0.1;
 like(http_get('/fast.html'), qr/^HTTP\/1.. 200 /m, 'negative excess');
--- a/proxy-noclose.t	Mon Nov 02 02:13:12 2009 +0300
+++ b/proxy-noclose.t	Tue Nov 24 13:57:43 2009 +0300
@@ -61,7 +61,7 @@
 
             # test will wait only 2s for reply, we it will fail if
             # Content-Length not used as a hint
- 
+
             proxy_read_timeout 10s;
         }
     }