diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-01 19:57:37 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-01 19:57:37 +0000 |
| commit | b4e5b4c884f43b842ca9ad861f0cecc77c6ea916 (patch) | |
| tree | 18926aa861add8c27104eb1d318fea607a377e65 /src/http/modules/ngx_http_proxy_module.c | |
| parent | 0827c83dfb811881890d738aa4d9107624bb9699 (diff) | |
| download | nginx-b4e5b4c884f43b842ca9ad861f0cecc77c6ea916.tar.gz nginx-b4e5b4c884f43b842ca9ad861f0cecc77c6ea916.tar.bz2 | |
style fix: remove trailing spaces
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_proxy_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index 977de4641..6532f28aa 100644 --- 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_command_t *cmd, void *conf) sc.variables = n; sc.complete_lengths = 1; sc.complete_values = 1; - + if (ngx_http_script_compile(&sc) != NGX_OK) { return NGX_CONF_ERROR; } |
