diff src/http/ngx_http_upstream.h @ 2754:7d16774c757c

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Apr 2009 19:58:19 +0000
parents 3a8a53c0c42f
children 4e002555652d
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h	Fri Apr 24 19:56:09 2009 +0000
+++ b/src/http/ngx_http_upstream.h	Fri Apr 24 19:58:19 2009 +0000
@@ -162,7 +162,7 @@
 
 #if (NGX_HTTP_SSL)
     ngx_ssl_t                       *ssl;
-    ngx_flag_t                      ssl_session_reuse;
+    ngx_flag_t                       ssl_session_reuse;
 #endif
 
 } ngx_http_upstream_conf_t;