# HG changeset patch # User reimar # Date 1283968958 0 # Node ID 6ba4e1cfbaf93ffc003cafdfc36d8e2fa06a89f0 # Parent 2868b79aa4c5d83043d6bfe1b88bd64421cc1d3e Reindent. diff -r 2868b79aa4c5 -r 6ba4e1cfbaf9 udp_sync.c --- a/udp_sync.c Wed Sep 08 18:01:56 2010 +0000 +++ b/udp_sync.c Wed Sep 08 18:02:38 2010 +0000 @@ -126,11 +126,11 @@ return 1; } - mesg[chars_received] = 0; + mesg[chars_received] = 0; - if (strcmp(mesg, "bye") == 0) - return 1; - sscanf(mesg, "%f", master_position); + if (strcmp(mesg, "bye") == 0) + return 1; + sscanf(mesg, "%f", master_position); return 0; }