changeset 3452:fd098caab443

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Feb 2010 14:47:09 +0000
parents 7a1958778351
children 7b68809fe8b1
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -787,11 +787,11 @@ ngx_http_handler(ngx_http_request_t *r)
 
             if (r->headers_in.msie6) {
                 if (r->method == NGX_HTTP_POST) {
-		    /*
-		     * MSIE may wait for some time if an response for
-		     * a POST request was sent over a keepalive connection
-		     */
-		    r->keepalive = 0;
+                    /*
+                     * MSIE may wait for some time if an response for
+                     * a POST request was sent over a keepalive connection
+                     */
+                    r->keepalive = 0;
                 }
 
             } else if (r->headers_in.safari) {