style fix: remove trailing spaces

This commit is contained in:
Igor Sysoev 2006-12-24 21:07:34 +00:00
parent ec810aef85
commit 26db569df0

View File

@ -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;