]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / semi-tie.hh
index 8cbb3601d7e9d6cf26869e8694788c3fa8160f81..34ff039e6fa4ded728a5366fc88402785a1176dd 100644 (file)
 #ifndef SEMI_TIE_HH
 #define SEMI_TIE_HH
 
-
 #include "grob-interface.hh"
 #include "lily-proto.hh"
 
 struct Semi_tie
 {
-  DECLARE_GROB_INTERFACE();
-  
+  DECLARE_GROB_INTERFACE ();
+
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
   static bool less (Grob *const &s1,
-                   Grob *const &s2);
+                    Grob *const &s2);
   static int get_position (Grob *);
 };