mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 06:46:16 +08:00
Trailing whitespace fix.
This commit is contained in:
parent
70d1a45c7c
commit
2189c87aa7
@ -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) {
|
if (ctx->u.high.low) {
|
||||||
addr = ngx_http_geo_addr(r, ctx);
|
addr = ngx_http_geo_addr(r, ctx);
|
||||||
|
|
||||||
range = ctx->u.high.low[addr >> 16];
|
range = ctx->u.high.low[addr >> 16];
|
||||||
|
|
||||||
if (range) {
|
if (range) {
|
||||||
n = addr & 0xffff;
|
n = addr & 0xffff;
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user