Trailing whitespace fix.

This commit is contained in:
Maxim Dounin 2013-12-12 20:28:48 +04:00
parent 2576530c51
commit 0c585adfd4

View 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