From: Ian Jackson Date: Sun, 9 Jan 2011 02:51:11 +0000 (+0000) Subject: realtime: trivial whitespace fix X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=38a8123aa93262b04d789aad7ecb4b4148d79a26;p=trains.git realtime: trivial whitespace fix --- diff --git a/hostside/safety.c b/hostside/safety.c index 50d9159..97e32a9 100644 --- a/hostside/safety.c +++ b/hostside/safety.c @@ -821,7 +821,7 @@ ErrorCode predict(Train *tra, struct timeval tnow, unsigned flags, u.tail= u.fdet; ec= trackloc_reverse_exact(&u.tail,&u.tailc); assert(!ec); - ec= trackloc_advance(&u.tail,&u.tailc); assert(!ec); + ec= trackloc_advance(&u.tail,&u.tailc); assert(!ec); ec= trackloc_reverse_exact(&u.tail,&u.tailc); assert(!ec); u.hindmost= u.tail.seg;