]> git.kaiwu.me - nginx.git/commitdiff
Trailing whitespace fix.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 23 Feb 2013 11:50:42 +0000 (11:50 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 23 Feb 2013 11:50:42 +0000 (11:50 +0000)
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c

index fab3766b612e0c0eb96347b4f032caf8b8a37752..49cc96d248cbc2eef3287a98b03cc515bb6f5378 100644 (file)
@@ -1018,7 +1018,7 @@ ngx_http_scgi_process_header(ngx_http_request_t *r)
         done:
 
             if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
-                && r->headers_in.upgrade) 
+                && r->headers_in.upgrade)
             {
                 u->upgrade = 1;
             }
index f71a4f2941418afb378c3e607519a54b4fa18d82..623ee4957713f07aecf0f6d129898f8e91da3f20 100644 (file)
@@ -1052,7 +1052,7 @@ ngx_http_uwsgi_process_header(ngx_http_request_t *r)
         done:
 
             if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
-                && r->headers_in.upgrade) 
+                && r->headers_in.upgrade)
             {
                 u->upgrade = 1;
             }