diff options
author | Piotr Sikora <piotr@cloudflare.com> | 2014-07-08 03:03:14 -0700 |
---|---|---|
committer | Piotr Sikora <piotr@cloudflare.com> | 2014-07-08 03:03:14 -0700 |
commit | 2cfcef5b427f6846134d8e9167b865e85c7777af (patch) | |
tree | f4f460b02763dc1796117fa2945c0612ea545358 /src/http/modules/ngx_http_scgi_module.c | |
parent | 7e7589e7462c89813458508085c640888a5887cb (diff) | |
download | nginx-2cfcef5b427f6846134d8e9167b865e85c7777af.tar.gz nginx-2cfcef5b427f6846134d8e9167b865e85c7777af.zip |
Style: remove whitespace between function name and parentheses.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to 'src/http/modules/ngx_http_scgi_module.c')
-rw-r--r-- | src/http/modules/ngx_http_scgi_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c index d3a8f11b6..0be5066ec 100644 --- a/src/http/modules/ngx_http_scgi_module.c +++ b/src/http/modules/ngx_http_scgi_module.c @@ -1645,7 +1645,7 @@ ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) return "is duplicate"; } - clcf = ngx_http_conf_get_module_loc_conf (cf, ngx_http_core_module); + clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); clcf->handler = ngx_http_scgi_handler; value = cf->args->elts; |