]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Jul 2007 12:32:34 +0000 (12:32 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Jul 2007 12:32:34 +0000 (12:32 +0000)
src/http/modules/ngx_http_proxy_module.c

index c999adea2264945ac125523f740273694c76dae8..0828264de68a059784a6856f87eb308d907a44a3 100644 (file)
@@ -2237,6 +2237,7 @@ ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
             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";