diff options
author | erdgeist <> | 2009-02-20 12:23:59 +0000 |
---|---|---|
committer | erdgeist <> | 2009-02-20 12:23:59 +0000 |
commit | 928dc36f74f51c9516ffcd8c4a4bfc8c5c1c9a62 (patch) | |
tree | 60db7a70f365c1f11a63585717950bd2b319adcb /ot_clean.c | |
parent | f8af5c4b09d41c56d920a9e440b1f5ce657f1948 (diff) |
Formatting
Diffstat (limited to 'ot_clean.c')
-rw-r--r-- | ot_clean.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,8 +112,8 @@ static void * clean_worker( void * args ) { | |||
112 | ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs; | 112 | ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs; |
113 | if( clean_single_torrent( torrent ) ) { | 113 | if( clean_single_torrent( torrent ) ) { |
114 | vector_remove_torrent( torrents_list, torrent ); | 114 | vector_remove_torrent( torrents_list, torrent ); |
115 | delta_torrentcount -= 1; | 115 | --delta_torrentcount; |
116 | --toffs; continue; | 116 | --toffs; |
117 | } | 117 | } |
118 | } | 118 | } |
119 | mutex_bucket_unlock( bucket, delta_torrentcount ); | 119 | mutex_bucket_unlock( bucket, delta_torrentcount ); |