comparison src/http/ngx_http_core_module.c @ 1801:a4cb9c04e7f2

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Dec 2007 13:15:36 +0000
parents 3e1c695258d3
children d457a1576532
comparison
equal deleted inserted replaced
1800:3e1c695258d3 1801:a4cb9c04e7f2
1608 1608
1609 #if (NGX_PCRE) 1609 #if (NGX_PCRE)
1610 1610
1611 if (clcf->gzip_disable && r->headers_in.user_agent) { 1611 if (clcf->gzip_disable && r->headers_in.user_agent) {
1612 1612
1613 if (ngx_regex_exec_array(clcf->gzip_disable, 1613 if (ngx_regex_exec_array(clcf->gzip_disable,
1614 &r->headers_in.user_agent->value, 1614 &r->headers_in.user_agent->value,
1615 r->connection->log) 1615 r->connection->log)
1616 != NGX_DECLINED) 1616 != NGX_DECLINED)
1617 { 1617 {
1618 return NGX_DECLINED; 1618 return NGX_DECLINED;