diff src/http/ngx_http_upstream.c @ 2692:111e6e62af32

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 10 Apr 2009 14:49:51 +0000
parents baa91bf5a63b
children 756f73ca1e39
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -2771,7 +2771,8 @@ ngx_http_upstream_finalize_request(ngx_h
 
 #endif
 
-    if (u->header_sent && (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE))
+    if (u->header_sent
+        && (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE))
     {
         rc = 0;
     }