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	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');