]> git.kaiwu.me - nginx.git/commitdiff
Trailing whitespace fix.
authorRuslan Ermilov <ru@nginx.com>
Mon, 24 Dec 2012 16:40:55 +0000 (16:40 +0000)
committerRuslan Ermilov <ru@nginx.com>
Mon, 24 Dec 2012 16:40:55 +0000 (16:40 +0000)
src/http/modules/ngx_http_geo_module.c

index 26f4e577a503a9ad96a11091699e4986605f65d4..d757a9be39e04e9accf2cabb0e605ab8dd422769 100644 (file)
@@ -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 {