diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:09:06 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:09:06 +0000 |
commit | ee187436afcaaeef4bb8bcb65b3f5f815920761e (patch) | |
tree | e1f9418e9c5877b3e5cae26bb66682d548a0d959 /src/http/modules/ngx_http_uwsgi_module.c | |
parent | 35e735523ebb1ea24b20f9099677b82a47c5d756 (diff) | |
download | nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.tar.gz nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.zip |
Whitespace fixes.
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
-rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index 73bbdda4d..931f3d2a2 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -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 (NGX_HTTP_CACHE) - && ((conf->upstream.cache == NULL) == (prev->upstream.cache == NULL)) + && ((conf->upstream.cache == NULL) + == (prev->upstream.cache == NULL)) #endif ) { |