From e8568076605f0240ba1f9a25a5ea3a8e1137334a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 28 Oct 2009 10:47:00 +0000 Subject: [PATCH] style fix --- src/http/ngx_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;