comparison 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
comparison
equal deleted inserted replaced
1678:d24280472a9f 1679:ca317d9b5c09
2321 sc.lengths = &plcf->proxy_lengths; 2321 sc.lengths = &plcf->proxy_lengths;
2322 sc.values = &plcf->proxy_values; 2322 sc.values = &plcf->proxy_values;
2323 sc.variables = n; 2323 sc.variables = n;
2324 sc.complete_lengths = 1; 2324 sc.complete_lengths = 1;
2325 sc.complete_values = 1; 2325 sc.complete_values = 1;
2326 2326
2327 if (ngx_http_script_compile(&sc) != NGX_OK) { 2327 if (ngx_http_script_compile(&sc) != NGX_OK) {
2328 return NGX_CONF_ERROR; 2328 return NGX_CONF_ERROR;
2329 } 2329 }
2330 2330
2331 #if (NGX_HTTP_SSL) 2331 #if (NGX_HTTP_SSL)