]> Sergey Matveev's repositories - btrtrc.git/commitdiff
remove obsolete spaces
authorAlexander Baranov <scr4t@yandex.ru>
Mon, 1 Jun 2015 20:12:27 +0000 (23:12 +0300)
committerAlexander Baranov <scr4t@yandex.ru>
Mon, 1 Jun 2015 20:12:27 +0000 (23:12 +0300)
client.go
torrent.go

index f4e6bbb0346c3fa366d23e89b170dd6296494a41..f5ecac7cfb45282828ee6465a4ba5b82794e6a66 100644 (file)
--- a/client.go
+++ b/client.go
@@ -2400,7 +2400,6 @@ func (cl *Client) allTorrentsCompleted() bool {
        return true
 }
 
-
 // Returns true when all torrents are completely downloaded and false if the
 // client is stopped before that.
 func (me *Client) WaitAll() bool {
@@ -2415,7 +2414,6 @@ func (me *Client) WaitAll() bool {
        return true
 }
 
-
 func (me *Client) fillRequests(t *torrent, c *connection) {
        if c.Interested {
                if c.PeerChoked {
index 74e49831b35866b11c5d282f22c36093823d22b7..fd213d5bc16c215b79482b60ce746a37897d43db 100644 (file)
@@ -515,7 +515,6 @@ func (t *torrent) numPieces() int {
        return t.Info.NumPieces()
 }
 
-
 func (t *torrent) numPiecesCompleted() (num int) {
        for i := range iter.N(t.Info.NumPieces()) {
                if t.pieceComplete(i) {