]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/skyline.cc
Release: update news.
[lilypond.git] / lily / skyline.cc
index d65e48b573e7eeb4a2be65bc23c946e168ca6ec3..e04ddcb78d5133c57e8aad4bd5052dc595f17b32 100644 (file)
@@ -558,9 +558,9 @@ Skyline::internal_distance (Skyline const &other, Real horizon_padding, Real *to
       dist = max (dist, max (start_dist, end_dist));
 
       if (end_dist == dist)
-       touch = end;
+        touch = end;
       else if (start_dist == dist)
-       touch = start;
+        touch = start;
 
       if (i->end_ <= j->end_)
         i++;