diff options
Diffstat (limited to 'src/core/ngx_unix_domain.c')
-rw-r--r-- | src/core/ngx_unix_domain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_unix_domain.c b/src/core/ngx_unix_domain.c index 3df83bb3e..a7fdd6357 100644 --- a/src/core/ngx_unix_domain.c +++ b/src/core/ngx_unix_domain.c @@ -14,8 +14,8 @@ #undef sun -ngx_peers_t *ngx_unix_upstream_parse(ngx_conf_t *cf, - ngx_unix_domain_upstream_t *u) +ngx_peers_t * +ngx_unix_upstream_parse(ngx_conf_t *cf, ngx_unix_domain_upstream_t *u) { size_t len; ngx_uint_t i; |