# HG changeset patch # User Maxim Dounin # Date 1382105615 -14400 # Node ID 4bfa982dbf0e3adda92c0b9657f3ee851a583c6e # Parent 1356a3b9692441e163b4e78be4e9f5a46c7479e9 Style. diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c --- 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_ 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);