From: Alex Zhang Date: Wed, 19 Jul 2017 13:39:40 +0000 (+0800) Subject: Style. X-Git-Tag: release-1.13.4~14 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=2c8f93df871ef722e7fbdd8420d52f53dd056cfe;p=nginx.git Style. Signed-off-by: Alex Zhang --- diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index c036389a8..8d4fed5de 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -548,7 +548,7 @@ ngx_http_init_phase_handlers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf) n += cmcf->phases[i].handlers.nelts; - for (j = cmcf->phases[i].handlers.nelts - 1; j >=0; j--) { + for (j = cmcf->phases[i].handlers.nelts - 1; j >= 0; j--) { ph->checker = checker; ph->handler = h[j]; ph->next = n;