forked from premiere/premiere-libtorrent
whitespace
This commit is contained in:
parent
41eff1801e
commit
3b3a23a87a
|
@ -127,7 +127,7 @@ namespace libtorrent
|
|||
#if TORRENT_USE_IPV6
|
||||
bool v4:1;
|
||||
#endif
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -153,7 +153,7 @@ namespace libtorrent
|
|||
complete_async("i2p_stream::on_sam_connect");
|
||||
#endif
|
||||
m_state = sam_idle;
|
||||
|
||||
|
||||
if (ec)
|
||||
{
|
||||
h(ec);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue