whitespace

This commit is contained in:
arvidn 2015-07-05 18:33:43 -04:00
parent 41eff1801e
commit 3b3a23a87a
3 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ namespace libtorrent
#if TORRENT_USE_IPV6
bool v4:1;
#endif
};
};
}
#endif

View File

@ -153,7 +153,7 @@ namespace libtorrent
complete_async("i2p_stream::on_sam_connect");
#endif
m_state = sam_idle;
if (ec)
{
h(ec);

View File

@ -2361,7 +2361,7 @@ namespace libtorrent
// parse out "banned_peers" and add them as banned
if (bdecode_node banned_peers_entry = m_resume_data->node.dict_find_list("banned_peers"))
{
{
for (int i = 0; i < banned_peers_entry.list_size(); ++i)
{
bdecode_node e = banned_peers_entry.list_at(i);