mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Whitespace fixes.
This commit is contained in:
parent
35e735523e
commit
ee187436af
@ -478,6 +478,7 @@ ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file)
|
|||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ngx_int_t
|
ngx_int_t
|
||||||
ngx_ssl_ecdh_curve(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *name)
|
ngx_ssl_ecdh_curve(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *name)
|
||||||
{
|
{
|
||||||
@ -518,6 +519,7 @@ ngx_ssl_ecdh_curve(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *name)
|
|||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ngx_int_t
|
ngx_int_t
|
||||||
ngx_ssl_create_connection(ngx_ssl_t *ssl, ngx_connection_t *c, ngx_uint_t flags)
|
ngx_ssl_create_connection(ngx_ssl_t *ssl, ngx_connection_t *c, ngx_uint_t flags)
|
||||||
{
|
{
|
||||||
|
@ -2432,7 +2432,8 @@ ngx_http_fastcgi_merge_params(ngx_conf_t *cf,
|
|||||||
|
|
||||||
if (prev->headers_hash.buckets
|
if (prev->headers_hash.buckets
|
||||||
#if (NGX_HTTP_CACHE)
|
#if (NGX_HTTP_CACHE)
|
||||||
&& ((conf->upstream.cache == NULL) == (prev->upstream.cache == NULL))
|
&& ((conf->upstream.cache == NULL)
|
||||||
|
== (prev->upstream.cache == NULL))
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
@ -1384,7 +1384,8 @@ ngx_http_scgi_merge_params(ngx_conf_t *cf, ngx_http_scgi_loc_conf_t *conf,
|
|||||||
|
|
||||||
if (prev->headers_hash.buckets
|
if (prev->headers_hash.buckets
|
||||||
#if (NGX_HTTP_CACHE)
|
#if (NGX_HTTP_CACHE)
|
||||||
&& ((conf->upstream.cache == NULL) == (prev->upstream.cache == NULL))
|
&& ((conf->upstream.cache == NULL)
|
||||||
|
== (prev->upstream.cache == NULL))
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
@ -1441,7 +1441,8 @@ ngx_http_uwsgi_merge_params(ngx_conf_t *cf, ngx_http_uwsgi_loc_conf_t *conf,
|
|||||||
|
|
||||||
if (prev->headers_hash.buckets
|
if (prev->headers_hash.buckets
|
||||||
#if (NGX_HTTP_CACHE)
|
#if (NGX_HTTP_CACHE)
|
||||||
&& ((conf->upstream.cache == NULL) == (prev->upstream.cache == NULL))
|
&& ((conf->upstream.cache == NULL)
|
||||||
|
== (prev->upstream.cache == NULL))
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user