From d5fe818f06124b6dec4a704f51974d56d7a13250 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Dec 2007 13:15:36 +0000 Subject: style fix: remove trailing spaces --- src/http/ngx_http_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 13bb933f0..a1e8cf956 100644 --- 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) -- cgit