# HG changeset patch # User Igor Sysoev # Date 1256726820 0 # Node ID 77db9440d97061dec93a7e9617535b26d74192d6 # Parent 8bd88de8fecdccc00edf5e11c4f7c2a16ab01c60 style fix diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c --- 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;