summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorPiotr Sikora <piotr@cloudflare.com>2014-07-08 03:03:13 -0700
committerPiotr Sikora <piotr@cloudflare.com>2014-07-08 03:03:13 -0700
commit7e7589e7462c89813458508085c640888a5887cb (patch)
tree6c89029597aa97ebcb9987710ed07dfc8b2b0550 /src/http/ngx_http_upstream.c
parentd224ed7eea5885b489ba99c3c1443e8409443854 (diff)
downloadnginx-7e7589e7462c89813458508085c640888a5887cb.tar.gz
nginx-7e7589e7462c89813458508085c640888a5887cb.tar.bz2
Style: add whitespace between control statement and parentheses.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r--src/http/ngx_http_upstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index 012969170..b8812cf7d 100644
--- 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_t *r, ngx_http_upstream_t *u,
u->peer.tries++;
} else {
- switch(ft_type) {
+ switch (ft_type) {
case NGX_HTTP_UPSTREAM_FT_TIMEOUT:
status = NGX_HTTP_GATEWAY_TIME_OUT;