fixed indentation
This commit is contained in:
parent
838df44184
commit
d0d2328288
|
@ -2058,7 +2058,6 @@ namespace libtorrent
|
|||
{
|
||||
session_impl::mutex_t::scoped_lock l(m_ses.m_mutex);
|
||||
|
||||
{
|
||||
if (ret == 0)
|
||||
{
|
||||
if (alerts().should_post<file_renamed_alert>())
|
||||
|
@ -2072,7 +2071,6 @@ namespace libtorrent
|
|||
, j.piece, j.error));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void torrent::on_torrent_paused(int ret, disk_io_job const& j)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue