From: Igor Sysoev Date: Sun, 24 Dec 2006 21:07:34 +0000 (+0000) Subject: style fix: remove trailing spaces X-Git-Tag: release-0.5.6~44 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=26db569df03931319c9fa95bf7f6182355e43e2a;p=nginx.git style fix: remove trailing spaces --- diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h index 0f7d84b10..5d952217b 100644 --- a/src/http/ngx_http_upstream_round_robin.h +++ b/src/http/ngx_http_upstream_round_robin.h @@ -53,7 +53,7 @@ typedef struct { typedef struct { ngx_http_upstream_rr_peers_t *peers; ngx_uint_t current; - uintptr_t *tried; + uintptr_t *tried; uintptr_t data; } ngx_http_upstream_rr_peer_data_t;