# HG changeset patch # User Igor Sysoev # Date 1198847736 0 # Node ID a4cb9c04e7f2a24158c0fc431110e69f34396bf9 # Parent 3e1c695258d3fb64354ba9709122891e15950060 style fix: remove trailing spaces diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1610,7 +1610,7 @@ ok: if (clcf->gzip_disable && r->headers_in.user_agent) { - if (ngx_regex_exec_array(clcf->gzip_disable, + if (ngx_regex_exec_array(clcf->gzip_disable, &r->headers_in.user_agent->value, r->connection->log) != NGX_DECLINED)