diff limit-req.t @ 113:5d31f920eda9

Tests: whitespace cleanup, no functional changes.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Nov 2009 13:57:43 +0300
parents 1c0ec30614c6
children 8ac1faaddd2c
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');