diff proxy_websocket.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents b86c05516e65
children 6bb1f2ccd386
line wrap: on
line diff
--- a/proxy_websocket.t
+++ b/proxy_websocket.t
@@ -218,7 +218,7 @@ sub websocket_fake_daemon {
 
 	while (my $client = $server->accept()) {
 		websocket_handle_client($client);
-        }
+	}
 }
 
 sub websocket_handle_client {