diff 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
line wrap: on
line diff
--- 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)