From: Alexander Baranov Date: Mon, 1 Jun 2015 19:58:21 +0000 (+0300) Subject: Remove obsolete spaces X-Git-Tag: v1.0.0~1163^2^2~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0b529da1d940acfdb09db0fc23844098cc6763cf;p=btrtrc.git Remove obsolete spaces --- diff --git a/client.go b/client.go index 62bfb8ee..e43c9f19 100644 --- 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) {