mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
style fix: remove trailing spaces
This commit is contained in:
parent
8eac726195
commit
d5fe818f06
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue