From 494a072638b45eb990fb102e10b7e11855fe1c01 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 24 Dec 2012 16:40:55 +0000 Subject: [PATCH] Trailing whitespace fix. --- src/http/modules/ngx_http_geo_module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {