aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_fastcgi_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-05 18:09:06 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-05 18:09:06 +0000
commitee187436afcaaeef4bb8bcb65b3f5f815920761e (patch)
treee1f9418e9c5877b3e5cae26bb66682d548a0d959 /src/http/modules/ngx_http_fastcgi_module.c
parent35e735523ebb1ea24b20f9099677b82a47c5d756 (diff)
downloadnginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.tar.gz
nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.zip
Whitespace fixes.
Diffstat (limited to 'src/http/modules/ngx_http_fastcgi_module.c')
-rw-r--r--src/http/modules/ngx_http_fastcgi_module.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c
index 78ebadc05..bbdd64cdc 100644
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -2432,7 +2432,8 @@ ngx_http_fastcgi_merge_params(ngx_conf_t *cf,
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
)
{