diff src/http/modules/ngx_http_geo_module.c @ 3115:204ea173234f

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Sep 2009 13:57:50 +0000
parents 2465ff3da161
children 91cff7f97a50
line wrap: on
line diff
--- a/src/http/modules/ngx_http_geo_module.c
+++ b/src/http/modules/ngx_http_geo_module.c
@@ -906,7 +906,7 @@ ngx_http_geo_cidr(ngx_conf_t *cf, ngx_ht
 
         /* rc == NGX_BUSY */
 
-        old  = (ngx_http_variable_value_t *)
+        old = (ngx_http_variable_value_t *)
               ngx_radix32tree_find(ctx->tree, cidr.u.in.addr & cidr.u.in.mask);
 
         ngx_conf_log_error(NGX_LOG_WARN, cf, 0,