changeset 637:443848f28a73

Tests: whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Jul 2015 01:46:32 +0300
parents 1925b27f24b6
children f758c780c508
files stream_limit_rate.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream_limit_rate.t
+++ b/stream_limit_rate.t
@@ -116,7 +116,7 @@ is($r{'data'}, '1', 'upload - one byte')
 }
 
 # Five chunks are split with four 1s delays + 2s error:
-# the first two chunks are halfs of test string 
+# the first two chunks are halfs of test string
 # and the third one is some extra data from backend.
 
 %r = stream_get($str, peer =>  '127.0.0.1:8085');