From: Maxim Dounin Date: Fri, 18 Oct 2013 14:13:35 +0000 (+0400) Subject: Style. X-Git-Tag: release-1.5.7~17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=0ca52adff69a5f4c59172127aaf94c7162da7823;p=nginx.git Style. --- diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c index 5fc4cfca0..02e2be3bb 100644 --- a/src/http/ngx_http_script.c +++ b/src/http/ngx_http_script.c @@ -1394,7 +1394,7 @@ ngx_http_script_if_code(ngx_http_script_engine_t *e) e->sp--; - if (e->sp->len && (e->sp->len !=1 || e->sp->data[0] != '0')) { + if (e->sp->len && (e->sp->len != 1 || e->sp->data[0] != '0')) { if (code->loc_conf) { e->request->loc_conf = code->loc_conf; ngx_http_update_location_config(e->request);