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
+++ b/src/http/ngx_http_upstream.h
@@ -162,7 +162,7 @@ typedef struct {
 
 #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;