[nginx] svn commit: r4990 - trunk/src/http/modules
ru at nginx.com
ru at nginx.com
Mon Dec 24 16:40:55 UTC 2012
Author: ru
Date: 2012-12-24 16:40:55 +0000 (Mon, 24 Dec 2012)
New Revision: 4990
URL: http://trac.nginx.org/nginx/changeset/4990/nginx
Log:
Trailing whitespace fix.
Modified:
trunk/src/http/modules/ngx_http_geo_module.c
Modified: trunk/src/http/modules/ngx_http_geo_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_geo_module.c 2012-12-23 19:09:33 UTC (rev 4989)
+++ trunk/src/http/modules/ngx_http_geo_module.c 2012-12-24 16:40:55 UTC (rev 4990)
@@ -191,9 +191,9 @@
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 {
More information about the nginx-devel
mailing list