]> git.kaiwu.me - nginx.git/commitdiff
Trailing whitespace fix.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 12 Dec 2013 16:28:48 +0000 (20:28 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 12 Dec 2013 16:28:48 +0000 (20:28 +0400)
src/http/modules/ngx_http_uwsgi_module.c

index 0cfaedead00fd24ec36e52806cef6479e4012958..0ddea57df18177a47cfc3dccfddf15ec2631ff6b 100644 (file)
@@ -510,7 +510,7 @@ ngx_http_uwsgi_handler(ngx_http_request_t *r)
 
         } else {
             ngx_str_set(&u->schema, "uwsgi://");
-        }   
+        }
 #else
         ngx_str_set(&u->schema, "uwsgi://");
 #endif