style fix: remove trailing spaces

This commit is contained in:
Igor Sysoev 2007-12-28 13:15:36 +00:00
parent 8eac726195
commit d5fe818f06

View File

@ -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)