]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
sources: fix formatting of selection intervals in comment
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 18 Dec 2015 09:18:16 +0000 (10:18 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 18 Dec 2015 15:25:26 +0000 (16:25 +0100)
It was mangled in commit 6f84d2fac16cb57a1bf3accf4ea211811b0abfab.

sources.c

index b0742c8e5112088d4a923d5a81fdec6ac894f1ee..e338f7f94d5a406a57a0df2e0ffe8caee498f89a 100644 (file)
--- 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