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 { } else {
ngx_str_set(&u->schema, "uwsgi://"); ngx_str_set(&u->schema, "uwsgi://");
} }
#else #else
ngx_str_set(&u->schema, "uwsgi://"); ngx_str_set(&u->schema, "uwsgi://");
#endif #endif