]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove trailing spaces
authorIgor Sysoev <igor@sysoev.ru>
Sun, 24 Dec 2006 21:07:34 +0000 (21:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 24 Dec 2006 21:07:34 +0000 (21:07 +0000)
src/http/ngx_http_upstream_round_robin.h

index 0f7d84b10caeacfce58a83b7726c11e018c94d87..5d952217ba20d16addad01ba3457ab9ff75675ab 100644 (file)
@@ -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;