diff udp_sync.c @ 31992:4229b325910e

Fix indentation.
author reimar
date Wed, 08 Sep 2010 17:52:32 +0000
parents 52a0d770adee
children 2b209fa9c48d
line wrap: on
line diff
--- 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