Reformat affected code after recent changes

This commit is contained in:
Mike Gelfand
2020-08-18 20:31:06 +03:00
parent 75458d6be3
commit b7a8bd45b7
14 changed files with 35 additions and 52 deletions

View File

@@ -135,8 +135,8 @@ static char* tr_strlratio(char* buf, double ratio, size_t buflen)
static bool waitingOnWeb;
static void onTorrentFileDownloaded(tr_session* session, bool did_connect, bool did_timeout,
long response_code, void const* response, size_t response_byte_count, void* ctor)
static void onTorrentFileDownloaded(tr_session* session, bool did_connect, bool did_timeout, long response_code,
void const* response, size_t response_byte_count, void* ctor)
{
TR_UNUSED(session);
TR_UNUSED(did_connect);