mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
40cc949c7b
commit
ead8091746
@ -290,7 +290,7 @@ ngx_parse_inet_url(ngx_pool_t *pool, ngx_url_t *u)
|
|||||||
|
|
||||||
if (uri < port) {
|
if (uri < port) {
|
||||||
port = NULL;
|
port = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (port) {
|
if (port) {
|
||||||
|
@ -439,7 +439,7 @@ struct ngx_http_request_s {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* instead of using the request context data in
|
* instead of using the request context data in
|
||||||
* ngx_http_limit_zone_module and ngx_http_limit_req_module
|
* ngx_http_limit_zone_module and ngx_http_limit_req_module
|
||||||
* we use the single bits in the request structure
|
* we use the single bits in the request structure
|
||||||
*/
|
*/
|
||||||
unsigned limit_zone_set:1;
|
unsigned limit_zone_set:1;
|
||||||
|
Loading…
Reference in New Issue
Block a user