# HG changeset patch # User Igor Sysoev # Date 1166994454 0 # Node ID f16424aa5d8948474d033ad663ac63b0da62852b # Parent be0fa53079c368121a87df8e5957bf6dfe6c3d83 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 --- 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;