From: Miroslav Lichvar Date: Fri, 18 Dec 2015 09:18:16 +0000 (+0100) Subject: sources: fix formatting of selection intervals in comment X-Git-Tag: 2.3-pre1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d61de93d40090a156fad25b4caae2d0bb9ce41;p=thirdparty%2Fchrony.git sources: fix formatting of selection intervals in comment It was mangled in commit 6f84d2fac16cb57a1bf3accf4ea211811b0abfab. --- diff --git a/sources.c b/sources.c index b0742c8e..e338f7f9 100644 --- a/sources.c +++ b/sources.c @@ -736,16 +736,17 @@ SRC_SelectSource(SRC_Instance updated_inst) If we get a case like <-----------------------> - <--> - <--> - <===========> + <--> + <--> + <===========> we will build the interval as shown with '=', whereas with an extra source we get + <-----------------------> - <-------> - <--> - <--> - <==> + <-------> + <--> + <--> + <==> The first case is just bad luck - we need extra sources to detect the falseticker, so just make an arbitrary choice based