mirror of
git://erdgeist.org/opentracker
synced 2025-03-31 18:42:56 +08:00
Whitespace fixes
This commit is contained in:
parent
55d03b9a1b
commit
daaee855b2
@ -106,7 +106,7 @@ void livesync_tell( ot_hash * const info_hash, const ot_peer * const peer, const
|
|||||||
stuck when there's not enough traffic to fill udp packets fast
|
stuck when there's not enough traffic to fill udp packets fast
|
||||||
enough */
|
enough */
|
||||||
void livesync_ticker( ) {
|
void livesync_ticker( ) {
|
||||||
if( ( g_now - livesync_lastpacket_time > LIVESYNC_MAXDELAY) &&
|
if( ( g_now - livesync_lastpacket_time > LIVESYNC_MAXDELAY) &&
|
||||||
( livesync_outbuffer_pos > livesync_outbuffer_start + sizeof( g_tracker_id ) ) )
|
( livesync_outbuffer_pos > livesync_outbuffer_start + sizeof( g_tracker_id ) ) )
|
||||||
livesync_issuepacket();
|
livesync_issuepacket();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user