fixed indentation

This commit is contained in:
Arvid Norberg 2009-05-07 06:47:19 +00:00
parent 838df44184
commit d0d2328288
1 changed files with 10 additions and 12 deletions

View File

@ -2058,7 +2058,6 @@ namespace libtorrent
{ {
session_impl::mutex_t::scoped_lock l(m_ses.m_mutex); session_impl::mutex_t::scoped_lock l(m_ses.m_mutex);
{
if (ret == 0) if (ret == 0)
{ {
if (alerts().should_post<file_renamed_alert>()) if (alerts().should_post<file_renamed_alert>())
@ -2072,7 +2071,6 @@ namespace libtorrent
, j.piece, j.error)); , j.piece, j.error));
} }
} }
}
void torrent::on_torrent_paused(int ret, disk_io_job const& j) void torrent::on_torrent_paused(int ret, disk_io_job const& j)
{ {