From 43e1b88acb417cdeda612fbb7a7c2747303c7321 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 24 Apr 2009 19:58:19 +0000 Subject: [PATCH] style fix --- src/http/ngx_http_upstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 8f30b6e31..748e06444 100644 --- 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;