]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove obsolete spaces
authorAlexander Baranov <scr4t@yandex.ru>
Mon, 1 Jun 2015 19:58:21 +0000 (22:58 +0300)
committerAlexander Baranov <scr4t@yandex.ru>
Mon, 1 Jun 2015 19:58:21 +0000 (22:58 +0300)
client.go

index 62bfb8ee4f0610d7279e86325cee9623a0e54bb0..e43c9f191d1e8219c6ad15bded6640f78a0f7031 100644 (file)
--- a/client.go
+++ b/client.go
@@ -2016,8 +2016,6 @@ func (t Torrent) DownloadAll() {
        t.cl.raisePiecePriority(t.torrent, t.numPieces()-1, piecePriorityReadahead)
 }
 
-
-
 // Returns nil metainfo if it isn't in the cache. Checks that the retrieved
 // metainfo has the correct infohash.
 func (cl *Client) torrentCacheMetaInfo(ih InfoHash) (mi *metainfo.MetaInfo, err error) {