diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-12-24 16:40:55 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-12-24 16:40:55 +0000 |
commit | 2189c87aa7fd8dc5694972f9693e52e585e70bb1 (patch) | |
tree | c3340d4b4d4f538d436aaaf04eda41e15e803b35 /src | |
parent | 70d1a45c7c79c26764f60ffca98536dbd8fd6e9f (diff) | |
download | nginx-2189c87aa7fd8dc5694972f9693e52e585e70bb1.tar.gz nginx-2189c87aa7fd8dc5694972f9693e52e585e70bb1.zip |
Trailing whitespace fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_geo_module.c | 4 |
1 files 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 { |