style fix: remove tabs
diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c
index 1f3f755..6ad08b9 100644
--- a/src/http/modules/ngx_http_geo_module.c
+++ b/src/http/modules/ngx_http_geo_module.c
@@ -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;