]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
* flower
[lilypond.git] / lily / include / line-interface.hh
index f763b7c42ccb1de855f423b7cf9fa8cf4919f580..bb4a763b144f1f3a9dd4b026d1407ef69b3233b0 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-line-interface.hh -- declare 
+/*
+  line-interface.hh -- declare
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
- */
+  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef LINE_INTERFACE_HH
 #define LINE_INTERFACE_HH
@@ -15,11 +14,10 @@ source file of the GNU LilyPond music typesetter
 struct Line_interface
 {
   static Stencil line (Grob *me, Offset from, Offset to);
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
   static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real);
   static Stencil make_line (Real th, Offset from, Offset to);
 };
 
 #endif /* LINE_INTERFACE_HH */
 
-