diff src/http/modules/ngx_http_geo_module.c @ 3238:415400fa0f10 stable-0.7

merge r2920, r2934, r3116, r3119: style fixes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 16:06:11 +0000
parents a472d954c534
children f678ea405737
line wrap: on
line diff
--- a/src/http/modules/ngx_http_geo_module.c
+++ b/src/http/modules/ngx_http_geo_module.c
@@ -864,7 +864,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,