]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/self-alignment-interface.cc
Fetch Esperanto, French and German POs from TP
[lilypond.git] / lily / self-alignment-interface.cc
index ddf08f5ba50df8137b07381db3c239ca43082a2a..a37b5871007eec8ef9368976958997b6a4c84a98 100644 (file)
@@ -217,8 +217,8 @@ Self_alignment_interface::avoid_colliding_grobs (Grob *me, Axis a, Real offset)
                       : LEFT;
 
   return scm_from_double ((pos[col_dir] - (iv.length () / 2)
-                          + col_dir
-                          * robust_scm2double (me->get_property ("collision-padding"), 0.0)));
+                           + col_dir
+                           * robust_scm2double (me->get_property ("collision-padding"), 0.0)));
 }
 
 void