]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove trailing spaces
authorIgor Sysoev <igor@sysoev.ru>
Fri, 28 Dec 2007 13:15:36 +0000 (13:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 28 Dec 2007 13:15:36 +0000 (13:15 +0000)
src/http/ngx_http_core_module.c

index 13bb933f0888c6b9ef1ff4487f1d6901241b0ca7..a1e8cf956290ebe2a6c08dff748c9a1b982de0a2 100644 (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)