]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-smob.hh
* flower
[lilypond.git] / lily / include / input-smob.hh
index 1dc5cb97001ef48aa4ae67cb6bfb7464da8f6b54..1ccb8575d90c76585c243d0fa6b24973f00dbf39 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>
-  
- */
+*/
 
 #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;