changeset 1339:50b6cd5bc2e2

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Jul 2007 12:32:34 +0000
parents b568424b5fd6
children 32cdba6f2ec1
files src/http/modules/ngx_http_proxy_module.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c	Mon Jul 23 08:12:24 2007 +0000
+++ b/src/http/modules/ngx_http_proxy_module.c	Mon Jul 23 12:32:34 2007 +0000
@@ -2237,6 +2237,7 @@
             if (port == 80) {
                 plcf->port.len = sizeof("80") - 1;
                 plcf->port.data = (u_char *) "80";
+
             } else {
                 plcf->port.len = sizeof("443") - 1;
                 plcf->port.data = (u_char *) "443";