]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 1 Dec 2015 22:06:54 +0000 (01:06 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 1 Dec 2015 22:06:54 +0000 (01:06 +0300)
src/http/ngx_http_upstream.c

index c618ce6c499576ee79e5fd1db4ac36052fe68199..e005806b0ff5493f5b2f443429755367979ef883 100644 (file)
@@ -641,7 +641,7 @@ ngx_http_upstream_init_request(ngx_http_request_t *r)
                 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
                               "no port in upstream \"%V\"", host);
                 ngx_http_upstream_finalize_request(r, u,
-                                                   NGX_HTTP_INTERNAL_SERVER_ERROR);
+                                               NGX_HTTP_INTERNAL_SERVER_ERROR);
                 return;
             }