]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / stem-tremolo.hh
index adc2c0c0b4607913ea7c546c22e4ee4bb03f7d93..a7e026a5704d04c0ea67ebfc9dede498466918bd 100644 (file)
@@ -27,7 +27,7 @@ class Stem_tremolo
 {
 public:
 
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   DECLARE_SCHEME_CALLBACK (calc_slope, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_width, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
@@ -35,8 +35,8 @@ public:
   DECLARE_SCHEME_CALLBACK (calc_style, (SCM));
   DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));
   static Stencil raw_stencil (Grob *, Real slope, Direction stemdir);
-  static Stencil translated_stencil (Grob*, Real slope);
-  static Stencil untranslated_stencil (Grob*, Real slope);
+  static Stencil translated_stencil (Grob *, Real slope);
+  static Stencil untranslated_stencil (Grob *, Real slope);
   static Real get_beam_translation (Grob *me);
   static Real vertical_length (Grob *me);
 };