mirror of
https://github.com/nginx/nginx.git
synced 2025-01-03 12:47:21 -06: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) {
|
||||
port = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (port) {
|
||||
|
@ -439,7 +439,7 @@ struct ngx_http_request_s {
|
||||
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
unsigned limit_zone_set:1;
|
||||
|
Loading…
Reference in New Issue
Block a user