From: Igor Sysoev Date: Fri, 24 Apr 2009 19:58:19 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.7.53~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=43e1b88acb417cdeda612fbb7a7c2747303c7321;p=nginx.git style fix --- 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;