# HG changeset patch # User Igor Sysoev # Date 1277908134 0 # Node ID 564b4ca17cb32e69e8ba3482c2d77b305eca5b3d # Parent 7e69af2dd93c961609c7fff3d64684cbeeb9317a style fix: remove tabs diff -r 7e69af2dd93c -r 564b4ca17cb3 src/http/modules/ngx_http_geo_module.c --- a/src/http/modules/ngx_http_geo_module.c Wed Jun 30 13:15:20 2010 +0000 +++ b/src/http/modules/ngx_http_geo_module.c Wed Jun 30 14:28:54 2010 +0000 @@ -1104,16 +1104,16 @@ } if (ctx->ranges) { - ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data); + ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data); - switch (ngx_http_geo_include_binary_base(cf, ctx, &file)) { - case NGX_OK: - return NGX_CONF_OK; - case NGX_ERROR: - return NGX_CONF_ERROR; - default: - break; - } + switch (ngx_http_geo_include_binary_base(cf, ctx, &file)) { + case NGX_OK: + return NGX_CONF_OK; + case NGX_ERROR: + return NGX_CONF_ERROR; + default: + break; + } } file.len -= 4;