]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/skyline.cc
CG: Use latest convert-ly for LSR updates (fix 2346)
[lilypond.git] / lily / skyline.cc
index d65e48b573e7eeb4a2be65bc23c946e168ca6ec3..2a1e54f5f53cd75282afa55b0fe548646ab805a1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2006--2012 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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++;