style fix: remove tabs
diff --git a/src/http/modules/ngx_http_gzip_filter_module.c b/src/http/modules/ngx_http_gzip_filter_module.c
index 217331d..9053499 100644
--- a/src/http/modules/ngx_http_gzip_filter_module.c
+++ b/src/http/modules/ngx_http_gzip_filter_module.c
@@ -302,18 +302,18 @@
if (ctx->buffering) {
if (in) {
- switch (ngx_http_gzip_filter_copy_recycled(ctx, in)) {
+ switch (ngx_http_gzip_filter_copy_recycled(ctx, in)) {
- case NGX_OK:
- return NGX_OK;
+ case NGX_OK:
+ return NGX_OK;
- case NGX_DONE:
- in = NULL;
- break;
+ case NGX_DONE:
+ in = NULL;
+ break;
- default: /* NGX_ERROR */
- goto failed;
- }
+ default: /* NGX_ERROR */
+ goto failed;
+ }
} else {
ctx->buffering = 0;