Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zhang <zchao1995@gmail.com>2017-07-19 16:39:40 +0300
committerAlex Zhang <zchao1995@gmail.com>2017-07-19 16:39:40 +0300
commit2c8f93df871ef722e7fbdd8420d52f53dd056cfe (patch)
tree80d087d4cf0788009526857b96687bad9b2055ec /src/http/ngx_http.c
parent82aa89566b60bf27e67c093297e3f742c283b17b (diff)
Style.
Signed-off-by: Alex Zhang <zchao1995@gmail.com>
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c2
1 files changed, 1 insertions, 1 deletions
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;