]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
Run astyle 2.02.
[lilypond.git] / lily / rest.cc
index d86296fada49e3c5bcbc8558f709f275f4efe51c..ddc9bbdd8f2e04a2322ca142fe28ea94f9b7bdd9 100644 (file)
@@ -54,7 +54,6 @@ Rest::y_offset_callback (SCM smob)
   if (!position_override)
     amount += 2 * ss * get_grob_direction (me);
 
-
   return scm_from_double (amount);
 }