diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-12-28 13:15:36 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-28 13:15:36 +0000 |
commit | d5fe818f06124b6dec4a704f51974d56d7a13250 (patch) | |
tree | 5d8f55d5abcfdc20975597f061d54184cc0434b3 /src | |
parent | 8eac7261956a895b05459b42214935c31b7fc33a (diff) | |
download | nginx-d5fe818f06124b6dec4a704f51974d56d7a13250.tar.gz nginx-d5fe818f06124b6dec4a704f51974d56d7a13250.zip |
style fix: remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |