From 2c8f93df871ef722e7fbdd8420d52f53dd056cfe Mon Sep 17 00:00:00 2001 From: Alex Zhang Date: Wed, 19 Jul 2017 21:39:40 +0800 Subject: Style. Signed-off-by: Alex Zhang --- src/http/ngx_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http.c') 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; -- cgit v1.2.3