]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie-column.hh
Merge remote-tracking branch 'origin' into translation
[lilypond.git] / lily / include / semi-tie-column.hh
index c59a1fd7920be13b809efb9e3b4678abc1953b60..88bde59bba2e7a405defbf5fb213c1f5d94c8e2e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
 
 struct Semi_tie_column
 {
-  DECLARE_GROB_INTERFACE();
-  
+  DECLARE_GROB_INTERFACE ();
+
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM));
 };
 
-
 #endif /* SEMI_TIE_COLUMN_HH */