| commit | b4e5b4c884f43b842ca9ad861f0cecc77c6ea916 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Sat Dec 01 19:57:37 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Sat Dec 01 19:57:37 2007 +0000 |
| tree | 18926aa861add8c27104eb1d318fea607a377e65 | |
| parent | 0827c83dfb811881890d738aa4d9107624bb9699 [diff] [blame] |
style fix: remove trailing spaces
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index 977de46..6532f28 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c
@@ -2323,7 +2323,7 @@ sc.variables = n; sc.complete_lengths = 1; sc.complete_values = 1; - + if (ngx_http_script_compile(&sc) != NGX_OK) { return NGX_CONF_ERROR; }