]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-module.hh
* flower
[lilypond.git] / lily / include / ly-module.hh
index fbfa7c35007345112c5d02ab02fb710a86da5856..52371605766c95e1908168c7dff1e5c7b362cf23 100644 (file)
@@ -1,10 +1,10 @@
 /*
-  ly-module.hh -- declare  module related helper functions 
+  ly-module.hh -- declare  module related helper functions
 
   source file of the GNU LilyPond music typesetter
 
- (c) 2002--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
- */
 (c) 2002--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 #ifndef LY_MODULE_HH
 #define LY_MODULE_HH
 
@@ -16,8 +16,8 @@ SCM ly_module2alist (SCM mod);
 SCM ly_module_lookup (SCM module, SCM sym);
 SCM ly_modules_lookup (SCM modules, SCM sym, SCM);
 SCM ly_module_symbols (SCM mod);
-void  ly_reexport_module (SCM mod);
-inline bool ly_c_module_p (SCM x) { return SCM_MODULEP(x); }
+void ly_reexport_module (SCM mod);
+inline bool ly_c_module_p (SCM x) { return SCM_MODULEP (x); }
 void ly_clear_anonymous_modules ();
 SCM ly_use_module (SCM mod, SCM used);