Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zhang <[email protected]>
  • Loading branch information
tokers committed Jul 19, 2017
1 parent 82aa895 commit 2c8f93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/ngx_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2c8f93d

Please sign in to comment.