# HG changeset patch # User Igor Sysoev # Date 1266504429 0 # Node ID fd098caab4435ff2d5a2ba7988a6f439e8b35b8c # Parent 7a1958778351c968f23f51fa89333b391db20ae3 style fix: remove tabs diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- 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) {