# HG changeset patch # User Ruslan Ermilov # Date 1356367255 0 # Node ID eababa1dc446a028f37d9647aad9d229e6ea2723 # Parent 3849bb380605ec8b8bd1cae48e6446808918e155 Trailing whitespace fix. diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c --- a/src/http/modules/ngx_http_geo_module.c +++ b/src/http/modules/ngx_http_geo_module.c @@ -191,9 +191,9 @@ ngx_http_geo_range_variable(ngx_http_req if (ctx->u.high.low) { addr = ngx_http_geo_addr(r, ctx); - + range = ctx->u.high.low[addr >> 16]; - + if (range) { n = addr & 0xffff; do {