mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 10:19:00 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
ec810aef85
commit
26db569df0
@ -53,7 +53,7 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
ngx_http_upstream_rr_peers_t *peers;
|
ngx_http_upstream_rr_peers_t *peers;
|
||||||
ngx_uint_t current;
|
ngx_uint_t current;
|
||||||
uintptr_t *tried;
|
uintptr_t *tried;
|
||||||
uintptr_t data;
|
uintptr_t data;
|
||||||
} ngx_http_upstream_rr_peer_data_t;
|
} ngx_http_upstream_rr_peer_data_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user