1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(trunk libT) strip trailing whitespace

This commit is contained in:
Jordan Lee 2011-03-28 13:37:46 +00:00
parent 6c845ba5f4
commit 1101ba8d57
3 changed files with 7 additions and 9 deletions

View file

@ -824,7 +824,6 @@ tr_tracker_udp_close( tr_session * session )
tr_ptrArrayDestruct( &tau->trackers, (PtrArrayForeachFunc)tau_tracker_free ); tr_ptrArrayDestruct( &tau->trackers, (PtrArrayForeachFunc)tau_tracker_free );
tr_free( tau ); tr_free( tau );
} }
} }
/* start shutting down. /* start shutting down.

View file

@ -994,7 +994,6 @@ static void
on_announce_done( const tr_announce_response * response, on_announce_done( const tr_announce_response * response,
void * vdata ) void * vdata )
{ {
struct announce_data * data = vdata; struct announce_data * data = vdata;
tr_announcer * announcer = data->session->announcer; tr_announcer * announcer = data->session->announcer;
tr_tier * tier = getTier( announcer, response->info_hash, data->tierId ); tr_tier * tier = getTier( announcer, response->info_hash, data->tierId );