[nginx] Style.

Maxim Dounin mdounin at mdounin.ru
Tue Dec 1 22:07:42 UTC 2015


details:   http://hg.nginx.org/nginx/rev/be3aed17689c
branches:  
changeset: 6313:be3aed17689c
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Wed Dec 02 01:06:54 2015 +0300
description:
Style.

diffstat:

 src/http/ngx_http_upstream.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -641,7 +641,7 @@ ngx_http_upstream_init_request(ngx_http_
                 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;
             }
 



More information about the nginx-devel mailing list