]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorVladimir Homutov <vl@nginx.com>
Wed, 12 Aug 2015 09:56:59 +0000 (12:56 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 12 Aug 2015 09:56:59 +0000 (12:56 +0300)
src/stream/ngx_stream_proxy_module.c

index 852925cbdc23da6baf10a780946d2d78d518eb9b..1c7877cfd1ac408bab707dea6908246d5d743408 100644 (file)
@@ -478,7 +478,7 @@ ngx_stream_proxy_connect(ngx_stream_session_t *s)
 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;