]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pure-from-neighbor-engraver.cc
Removes dupliacte test in Grob::internal_vertical_less
[lilypond.git] / lily / pure-from-neighbor-engraver.cc
index 506127c50dd25b95e553d589ef27eeaf556e3068..32fcfd5603af9fa0a728ecadb613c191ddef09f8 100644 (file)
@@ -94,7 +94,7 @@ Pure_from_neighbor_engraver::finalize ()
     to the elements of need_pure_heights_from_neighbors_ on either side.
   */
 
-  int pos[2] = {-1, 0};
+  int pos[2] = { -1, 0};
   for (vsize i = 0; i < pure_relevants_.size (); i++)
     {
       if (pos[1] < (int) need_pure_heights_from_neighbors.size ()