]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-interface.hh
* flower
[lilypond.git] / lily / include / script-interface.hh
index 4f2defdb23f406d2b50f207e8c86e3a3d1153334..74efaaf06c998f484755b7ef898f41375adfaeed 100644 (file)
@@ -1,5 +1,5 @@
-/*   
-  script-interface.hh -- 
+/*
+  script-interface.hh --
 
   source file of the GNU LilyPond music typesetter
 
@@ -22,7 +22,7 @@ class Script_interface
 public:
   static Stencil get_stencil (Grob *, Direction d);
   static bool has_interface (Grob *);
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
 };