]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-ctor.cc
* python/rational.py: PD rational number class.
[lilypond.git] / lily / global-ctor.cc
index 70e7dc848a567ad8eec002aa5b93a036b662d6e6..6d7ce34a0beef1253f6d14f9357bd29dd83ab84b 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-  global-ctor.cc --  implement global constructors
-  
+/*
+  global-ctor.cc -- implement global constructors
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #include "global-ctor.hh"
 
@@ -24,6 +23,6 @@ add_constructor (Global_ctor c)
 void
 call_constructors ()
 {
-  for (int i=0; i < ctor_global_statics_->size (); i++)
+  for (int i = 0; i < ctor_global_statics_->size (); i++)
     (ctor_global_statics_->elem (i)) ();
 }