diff src/http/modules/ngx_http_geo_module.c @ 4989:eababa1dc446

Trailing whitespace fix.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 24 Dec 2012 16:40:55 +0000
parents f091722acab4
children 3be3de31d7dd
line wrap: on
line diff
--- 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_req
 
     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 {