forked from premiere/premiere-libtorrent
indentation fix
This commit is contained in:
parent
081953db51
commit
018ec69d8c
|
@ -877,7 +877,7 @@ namespace libtorrent
|
||||||
|
|
||||||
tcp::resolver::query q(i->ip, boost::lexical_cast<std::string>(i->port));
|
tcp::resolver::query q(i->ip, boost::lexical_cast<std::string>(i->port));
|
||||||
m_host_resolver.async_resolve(q,
|
m_host_resolver.async_resolve(q,
|
||||||
bind(&torrent::on_peer_name_lookup, shared_from_this(), _1, _2, i->pid));
|
bind(&torrent::on_peer_name_lookup, shared_from_this(), _1, _2, i->pid));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue