From 48dad0e2ac81632c4b82e5e8440cfb7735d45226 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 21 Sep 2008 23:25:09 +0000 Subject: [PATCH] fixed indentation --- include/libtorrent/tracker_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/tracker_manager.hpp b/include/libtorrent/tracker_manager.hpp index 8b3781bf8..3669943f9 100644 --- a/include/libtorrent/tracker_manager.hpp +++ b/include/libtorrent/tracker_manager.hpp @@ -213,7 +213,7 @@ namespace libtorrent tracker_manager(session_settings const& s, proxy_settings const& ps) : m_settings(s) , m_proxy(ps) - , m_abort(false) {} + , m_abort(false) {} void queue_request( io_service& ios