# HG changeset patch # User Ruslan Ermilov # Date 1356367255 0 # Node ID eababa1dc446a028f37d9647aad9d229e6ea2723 # Parent 3849bb380605ec8b8bd1cae48e6446808918e155 Trailing whitespace fix. diff -r 3849bb380605 -r eababa1dc446 src/http/modules/ngx_http_geo_module.c --- a/src/http/modules/ngx_http_geo_module.c Sun Dec 23 19:09:33 2012 +0000 +++ b/src/http/modules/ngx_http_geo_module.c Mon Dec 24 16:40:55 2012 +0000 @@ -191,9 +191,9 @@ 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 {