diff src/http/ngx_http_upstream.c @ 5757:c5ec6944de98

Style: add whitespace between control statement and parentheses. Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
author Piotr Sikora <piotr@cloudflare.com>
date Tue, 08 Jul 2014 03:03:13 -0700
parents 35990c69b3ac
children 9de5820bb3e0
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -3441,7 +3441,7 @@ ngx_http_upstream_next(ngx_http_request_
         u->peer.tries++;
 
     } else {
-        switch(ft_type) {
+        switch (ft_type) {
 
         case NGX_HTTP_UPSTREAM_FT_TIMEOUT:
             status = NGX_HTTP_GATEWAY_TIME_OUT;