]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove tabs
authorIgor Sysoev <igor@sysoev.ru>
Wed, 30 Jun 2010 14:28:54 +0000 (14:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 30 Jun 2010 14:28:54 +0000 (14:28 +0000)
src/http/modules/ngx_http_geo_module.c

index 1f3f75561b5e03db222508bc6c52f7d49da04966..6ad08b9b2a8296c1af66d632ae5c59cf1f6b9e74 100644 (file)
@@ -1104,16 +1104,16 @@ ngx_http_geo_include(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,
     }
 
     if (ctx->ranges) {
-       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;
-       }
+        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;
+        }
     }
 
     file.len -= 4;