mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
Trailing whitespace fix.
This commit is contained in:
parent
2576530c51
commit
0c585adfd4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user