]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove tabs
authorIgor Sysoev <igor@sysoev.ru>
Mon, 26 Jan 2009 14:35:10 +0000 (14:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 26 Jan 2009 14:35:10 +0000 (14:35 +0000)
src/http/modules/ngx_http_gzip_filter_module.c

index 217331d80b14bc79fe08df6f60040d25293a11e0..90534993394989a1ca3435fe4f6aaeb25cfd254d 100644 (file)
@@ -302,18 +302,18 @@ ngx_http_gzip_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
     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;