Trailing whitespace fix.
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index 0cfaede..0ddea57 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -510,7 +510,7 @@ } else { ngx_str_set(&u->schema, "uwsgi://"); - } + } #else ngx_str_set(&u->schema, "uwsgi://"); #endif