]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-ctor.cc
remove TEXMF from variables.
[lilypond.git] / lily / global-ctor.cc
index ce0c6224c291c39f80c3da27055c25a0e56d7ade..d6214275560764c06e3d755fec6e19c1bd75c1e8 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@cs.uu.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)) ();
 }