mirror of
git://erdgeist.org/opentracker
synced 2025-02-16 22:21:30 +08:00
Formatting
This commit is contained in:
parent
f8af5c4b09
commit
928dc36f74
@ -112,8 +112,8 @@ static void * clean_worker( void * args ) {
|
|||||||
ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs;
|
ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs;
|
||||||
if( clean_single_torrent( torrent ) ) {
|
if( clean_single_torrent( torrent ) ) {
|
||||||
vector_remove_torrent( torrents_list, torrent );
|
vector_remove_torrent( torrents_list, torrent );
|
||||||
delta_torrentcount -= 1;
|
--delta_torrentcount;
|
||||||
--toffs; continue;
|
--toffs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mutex_bucket_unlock( bucket, delta_torrentcount );
|
mutex_bucket_unlock( bucket, delta_torrentcount );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user