]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-interface.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / script-interface.hh
index 4ec00d01dff93bbbdae5b1857db6d49e894a1b19..3063594e715cce64850ec5769782c9649a86a806 100644 (file)
@@ -34,15 +34,15 @@ public:
   static Stencil get_stencil (Grob *, Direction d);
   static Direction get_direction (Grob *);
 
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
 };
 
-void make_script_from_event (Grob *p,  Context *tg,
-                            SCM type, int index);
+void make_script_from_event (Grob *p, Context *tg,
+                             SCM type, int index);
 
 #endif /* SCRIPT_INTERFACE_HH */