]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
* ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
[lilypond.git] / lily / grob-interface.cc
index a2ae4b838979b26988948bc44b40e32bc8083d3c..18f699c4a4a4a5856686d7f503ebca41569404bb 100644 (file)
@@ -59,7 +59,6 @@ check_interfaces_for_property (Grob const *me, SCM sym)
     }
   SCM ifs =  me->get_grob_property ("interfaces");
 
-
   bool found = false;
   for (; !found && gh_pair_p (ifs); ifs =gh_cdr (ifs))
     {