comparison src/http/modules/ngx_http_scgi_module.c @ 5758:f3df4e420ae7

Style: remove whitespace between function name and parentheses. Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
author Piotr Sikora <piotr@cloudflare.com>
date Tue, 08 Jul 2014 03:03:14 -0700
parents c95d7882dfc9
children 733952da0a8a
comparison
equal deleted inserted replaced
5757:c5ec6944de98 5758:f3df4e420ae7
1643 1643
1644 if (scf->upstream.upstream || scf->scgi_lengths) { 1644 if (scf->upstream.upstream || scf->scgi_lengths) {
1645 return "is duplicate"; 1645 return "is duplicate";
1646 } 1646 }
1647 1647
1648 clcf = ngx_http_conf_get_module_loc_conf (cf, ngx_http_core_module); 1648 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
1649 clcf->handler = ngx_http_scgi_handler; 1649 clcf->handler = ngx_http_scgi_handler;
1650 1650
1651 value = cf->args->elts; 1651 value = cf->args->elts;
1652 1652
1653 url = &value[1]; 1653 url = &value[1];