From: Igor Sysoev Date: Wed, 28 Oct 2009 10:47:00 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.8.22~30 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e8568076605f0240ba1f9a25a5ea3a8e1137334a;p=nginx.git style fix --- diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 534fabf1b..5b4aa00de 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -1348,7 +1348,7 @@ static ngx_int_t ngx_http_optimize_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf, ngx_array_t *ports) { - ngx_uint_t p, a; + ngx_uint_t p, a; ngx_http_conf_port_t *port; ngx_http_conf_addr_t *addr;