changeset 954:f16424aa5d89

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Dec 2006 21:07:34 +0000
parents be0fa53079c3
children ff762576da78
files src/http/ngx_http_upstream_round_robin.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;