diff src/http/modules/ngx_http_proxy_module.c @ 1679:ca317d9b5c09

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Dec 2007 19:57:37 +0000
parents 8075179cae21
children bd85a95d60c6
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -2323,7 +2323,7 @@ ngx_http_proxy_pass(ngx_conf_t *cf, ngx_
         sc.variables = n;
         sc.complete_lengths = 1;
         sc.complete_values = 1;
-        
+
         if (ngx_http_script_compile(&sc) != NGX_OK) {
             return NGX_CONF_ERROR;
         }