diff src/http/modules/perl/ngx_http_perl_module.c @ 1025:f88651afad40

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Jan 2007 20:26:39 +0000
parents a5b9cdfe3e19
children e6fc18f1a032
line wrap: on
line diff
--- a/src/http/modules/perl/ngx_http_perl_module.c
+++ b/src/http/modules/perl/ngx_http_perl_module.c
@@ -199,7 +199,7 @@ ngx_http_perl_handle_request(ngx_http_re
         ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_perl_ctx_t));
         if (ctx == NULL) {
             ngx_http_finalize_request(r, NGX_ERROR);
-	    return;
+            return;
         }
 
         ngx_http_set_ctx(r, ctx, ngx_http_perl_module);