mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
a little code cleanup
This commit is contained in:
@@ -545,10 +545,10 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
[fAutoImportTimer release];
|
||||
}
|
||||
|
||||
//save history and stop running torrents
|
||||
//save history
|
||||
[self updateTorrentHistory];
|
||||
|
||||
//make sure torrent is closed
|
||||
//make sure torrents are closed
|
||||
enumerator = [fTorrents objectEnumerator];
|
||||
Torrent * torrent;
|
||||
while ((torrent = [enumerator nextObject]))
|
||||
|
||||
Reference in New Issue
Block a user