]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-ctor.cc
* lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
[lilypond.git] / lily / global-ctor.cc
index 70e7dc848a567ad8eec002aa5b93a036b662d6e6..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)) ();
 }