]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-smob.hh
*** empty log message ***
[lilypond.git] / lily / include / input-smob.hh
index 1dc5cb97001ef48aa4ae67cb6bfb7464da8f6b54..6b80f26832919ab13072a85b048a97b6e719e9a1 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   input-smob.hh -- declare input smob
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef INPUT_SMOB_HH
 #define INPUT_SMOB_HH
@@ -14,7 +13,7 @@
 #include "smobs.hh"
 
 SCM make_input (Input spot);
-Input *unsmob_input(SCM);
+Input *unsmob_input (SCM);
 
 extern Input dummy_input_global;