From 018ec69d8cd0687f53eef57a0a76da9980531973 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 6 May 2008 21:27:06 +0000 Subject: [PATCH] indentation fix --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 2e49b343b..3a2884116 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -877,7 +877,7 @@ namespace libtorrent tcp::resolver::query q(i->ip, boost::lexical_cast(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 {