changeset 5080:8da37c1b22a4

Trailing whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 23 Feb 2013 11:50:42 +0000
parents 1c472e3b8c10
children bebcc2f837d3
files src/http/modules/ngx_http_scgi_module.c src/http/modules/ngx_http_uwsgi_module.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_scgi_module.c	Thu Feb 21 23:31:57 2013 +0000
+++ b/src/http/modules/ngx_http_scgi_module.c	Sat Feb 23 11:50:42 2013 +0000
@@ -1018,7 +1018,7 @@
         done:
 
             if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
-                && r->headers_in.upgrade) 
+                && r->headers_in.upgrade)
             {
                 u->upgrade = 1;
             }
--- a/src/http/modules/ngx_http_uwsgi_module.c	Thu Feb 21 23:31:57 2013 +0000
+++ b/src/http/modules/ngx_http_uwsgi_module.c	Sat Feb 23 11:50:42 2013 +0000
@@ -1052,7 +1052,7 @@
         done:
 
             if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
-                && r->headers_in.upgrade) 
+                && r->headers_in.upgrade)
             {
                 u->upgrade = 1;
             }