comparison src/http/modules/ngx_http_uwsgi_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
1866 1866
1867 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { 1867 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) {
1868 return "is duplicate"; 1868 return "is duplicate";
1869 } 1869 }
1870 1870
1871 clcf = ngx_http_conf_get_module_loc_conf (cf, ngx_http_core_module); 1871 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
1872 clcf->handler = ngx_http_uwsgi_handler; 1872 clcf->handler = ngx_http_uwsgi_handler;
1873 1873
1874 value = cf->args->elts; 1874 value = cf->args->elts;
1875 1875
1876 url = &value[1]; 1876 url = &value[1];