From 4054b4374b6581ba97fbff6041999d84a3e34abc Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 21 Jun 2015 22:44:01 -0400 Subject: [PATCH] whitespace --- src/torrent.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 2941852c8..e65271a4e 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -3236,15 +3236,15 @@ namespace libtorrent if (m_ses.alerts().should_post()) m_ses.alerts().emplace_alert(get_handle(), req.url, msg); } - - void torrent::tracker_scrape_response(tracker_request const& req - , int complete, int incomplete, int downloaded, int /* downloaders */) - { + + void torrent::tracker_scrape_response(tracker_request const& req + , int complete, int incomplete, int downloaded, int /* downloaders */) + { TORRENT_ASSERT(is_single_thread()); - - INVARIANT_CHECK; + + INVARIANT_CHECK; TORRENT_ASSERT(req.kind == tracker_request::scrape_request); - + announce_entry* ae = find_tracker(req); if (ae) {