# HG changeset patch # User reimar # Date 1283968352 0 # Node ID 4229b325910e0616fe28f80ac52029d698151aaa # Parent 52a0d770adee3b3870e02c572c72f3c717aee8fb Fix indentation. diff -r 52a0d770adee -r 4229b325910e udp_sync.c --- a/udp_sync.c Wed Sep 08 17:51:26 2010 +0000 +++ b/udp_sync.c Wed Sep 08 17:52:32 2010 +0000 @@ -204,7 +204,7 @@ // UDP_TIMING_TOLERANCE is a small value that lets us consider // the master equal to us even if it's very slightly ahead. if (udp_master_position + UDP_TIMING_TOLERANCE > my_position) - break; + break; // the remaining case is that we're slightly ahead of the master. // usually, it just means we called get_udp() before the datagram