indentation fix

This commit is contained in:
Arvid Norberg 2008-05-06 21:27:06 +00:00
parent 081953db51
commit 018ec69d8c
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ namespace libtorrent
tcp::resolver::query q(i->ip, boost::lexical_cast<std::string>(i->port));
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
{