comparison src/http/ngx_http.c @ 3258:77db9440d970

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Oct 2009 10:47:00 +0000
parents 8bd88de8fecd
children 6b8e5c882e47
comparison
equal deleted inserted replaced
3257:8bd88de8fecd 3258:77db9440d970
1346 1346
1347 static ngx_int_t 1347 static ngx_int_t
1348 ngx_http_optimize_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf, 1348 ngx_http_optimize_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,
1349 ngx_array_t *ports) 1349 ngx_array_t *ports)
1350 { 1350 {
1351 ngx_uint_t p, a; 1351 ngx_uint_t p, a;
1352 ngx_http_conf_port_t *port; 1352 ngx_http_conf_port_t *port;
1353 ngx_http_conf_addr_t *addr; 1353 ngx_http_conf_addr_t *addr;
1354 1354
1355 if (ports == NULL) { 1355 if (ports == NULL) {
1356 return NGX_OK; 1356 return NGX_OK;