aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-24 21:07:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-24 21:07:34 +0000
commit26db569df03931319c9fa95bf7f6182355e43e2a (patch)
tree640550b38c2001b90339d2d05b26fa866e8e55db /src
parentec810aef85c3ce1f96c6f8883d0fc18e00ff7879 (diff)
downloadnginx-26db569df03931319c9fa95bf7f6182355e43e2a.tar.gz
nginx-26db569df03931319c9fa95bf7f6182355e43e2a.zip
style fix: remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_upstream_round_robin.h2
1 files changed, 1 insertions, 1 deletions
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;