indentation fix

This commit is contained in:
Arvid Norberg
2008-05-12 06:03:31 +00:00
parent f2ac4db1af
commit 068adcd9a9
6 changed files with 88 additions and 109 deletions

View File

@@ -113,7 +113,7 @@ namespace libtorrent { namespace
for (torrent::peer_iterator i = m_torrent.begin()
, end(m_torrent.end()); i != end; ++i)
{
peer_connection* peer = *i;
peer_connection* peer = *i;
if (!send_peer(*peer)) continue;
tcp::endpoint const& remote = peer->remote();