]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
codingstyle nits: space before ( and after ,
[lilypond.git] / lily / hairpin.cc
index 20808956ae9607264d9ee84699bf778835e19cd2..87f32017a491ca7b9d6a669bf8e25fa4c3c45c10 100644 (file)
@@ -236,7 +236,7 @@ Hairpin::print (SCM smob)
       Box extent (Interval (-rad, rad), Interval (-rad, rad));
       
       /* Hmmm, perhaps we should have a Lookup::circle () method? */
-      Stencil circle(extent,
+      Stencil circle (extent,
                     scm_list_4 (ly_symbol2scm ("circle"),
                                 scm_from_double (rad),
                                 scm_from_double (thick),