From c2eaa26ce658d58805b1aad28cc9f330e57850c5 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 20 Jun 2015 13:44:07 -0400 Subject: [PATCH] whitespace --- src/torrent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index cdbe94264..94b185bb8 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -7699,7 +7699,7 @@ namespace libtorrent p->disconnect(errors::torrent_not_ready, op_bittorrent); return false; } - + if (!m_ses.has_connection(p)) { p->disconnect(errors::peer_not_constructed, op_bittorrent); @@ -7749,7 +7749,7 @@ namespace libtorrent return false; } (*i)->disconnect(errors::too_many_connections, op_bittorrent); - + // if this peer was let in via connections slack, // it has done its duty of causing the disconnection // of another peer