From: Igor Sysoev Date: Thu, 18 Feb 2010 14:47:09 +0000 (+0000) Subject: style fix: remove tabs X-Git-Tag: release-0.8.34~14 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=aa9a761f88caf2b897266b1bbbee3b77c5337909;p=nginx.git style fix: remove tabs --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index eb1785090..a3817fac2 100644 --- 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) {