changeset 6222:1bd5eb20bd7c

Style.
author Vladimir Homutov <vl@nginx.com>
date Wed, 12 Aug 2015 12:56:59 +0300
parents 7565e056fad6
children d1f94042c29c
files src/stream/ngx_stream_proxy_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/stream/ngx_stream_proxy_module.c
+++ b/src/stream/ngx_stream_proxy_module.c
@@ -478,7 +478,7 @@ ngx_stream_proxy_connect(ngx_stream_sess
 static void
 ngx_stream_proxy_init_upstream(ngx_stream_session_t *s)
 {
-    int                          tcp_nodelay;
+    int                           tcp_nodelay;
     u_char                       *p;
     ngx_connection_t             *c, *pc;
     ngx_log_handler_pt            handler;