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
+++ b/limit-req.t
@@ -84,7 +84,7 @@ is($l2, $l1, 'delayed big request not tr
 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
+++ b/proxy-noclose.t
@@ -61,7 +61,7 @@ http {
 
             # test will wait only 2s for reply, we it will fail if
             # Content-Length not used as a hint
- 
+
             proxy_read_timeout 10s;
         }
     }