[nginx] Style.
Ruslan Ermilov
ru at nginx.com
Wed Jul 19 19:59:57 UTC 2017
details: http://hg.nginx.org/nginx/rev/863b862534d7
branches:
changeset: 7069:863b862534d7
user: Alex Zhang <zchao1995 at gmail.com>
date: Wed Jul 19 21:39:40 2017 +0800
description:
Style.
Signed-off-by: Alex Zhang <zchao1995 at gmail.com>
diffstat:
src/http/ngx_http.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r cc7ff76df927 -r 863b862534d7 src/http/ngx_http.c
--- a/src/http/ngx_http.c Wed Jul 19 12:05:50 2017 +0300
+++ b/src/http/ngx_http.c Wed Jul 19 21:39:40 2017 +0800
@@ -548,7 +548,7 @@ ngx_http_init_phase_handlers(ngx_conf_t
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;
More information about the nginx-devel
mailing list