changeset 4989:eababa1dc446

Trailing whitespace fix.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 24 Dec 2012 16:40:55 +0000
parents 3849bb380605
children e2794322ec76
files src/http/modules/ngx_http_geo_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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 {