From: Ruslan Ermilov Date: Mon, 24 Dec 2012 16:40:55 +0000 (+0000) Subject: Trailing whitespace fix. X-Git-Tag: release-1.3.10~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=2189c87aa7fd8dc5694972f9693e52e585e70bb1;p=nginx.git Trailing whitespace fix. --- diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c index 26f4e577a..d757a9be3 100644 --- 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_request_t *r, ngx_http_variable_value_t *v, 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 {