summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-28 10:47:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-28 10:47:00 +0000
commite8568076605f0240ba1f9a25a5ea3a8e1137334a (patch)
tree55a7674fe1f3587e36baadb56ac35081571056ed /src
parentcadac4ec3e0f15974b1f4a0e2a7b5aebe8d76b73 (diff)
downloadnginx-e8568076605f0240ba1f9a25a5ea3a8e1137334a.tar.gz
nginx-e8568076605f0240ba1f9a25a5ea3a8e1137334a.tar.bz2
style fix
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http.c2
1 files changed, 1 insertions, 1 deletions
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;