comparison src/http/ngx_http_upstream_round_robin.h @ 954:f16424aa5d89

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Dec 2006 21:07:34 +0000
parents 4d68c486fcb0
children be2b895d31e0
comparison
equal deleted inserted replaced
953:be0fa53079c3 954:f16424aa5d89
51 51
52 52
53 typedef struct { 53 typedef struct {
54 ngx_http_upstream_rr_peers_t *peers; 54 ngx_http_upstream_rr_peers_t *peers;
55 ngx_uint_t current; 55 ngx_uint_t current;
56 uintptr_t *tried; 56 uintptr_t *tried;
57 uintptr_t data; 57 uintptr_t data;
58 } ngx_http_upstream_rr_peer_data_t; 58 } ngx_http_upstream_rr_peer_data_t;
59 59
60 60
61 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf, 61 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf,