]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/self-alignment-interface.hh
* flower
[lilypond.git] / lily / include / self-alignment-interface.hh
index 6f3d63de9c6034cea8e9411cf394eeef970c854c..aa47c7af76b692735bc998a5941262a2ada6b04f 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   side-position-interface.hh -- declare Side_position_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef SELF_ALIGNMENT_INTERFACE_HH
 #define SELF_ALIGNMENT_INTERFACE_HH
@@ -14,7 +13,7 @@
 
 struct Self_alignment_interface
 {
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
   DECLARE_SCHEME_CALLBACK (aligned_on_self, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (centered_on_parent, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (aligned_on_parent, (SCM element, SCM axis));