diff src/http/modules/ngx_http_uwsgi_module.c @ 4522:14411ee4d89f

Whitespace fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 18:09:06 +0000
parents d620f497c50f
children 9c3a2fc3c460
line wrap: on
line diff
--- a/src/http/modules/ngx_http_uwsgi_module.c	Mon Mar 05 18:08:23 2012 +0000
+++ b/src/http/modules/ngx_http_uwsgi_module.c	Mon Mar 05 18:09:06 2012 +0000
@@ -1441,7 +1441,8 @@
 
         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
            )
         {