]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil-expression.cc
Nitpick run.
[lilypond.git] / lily / stencil-expression.cc
index d4f5d96011f34a4f167da9e2e8579d3ea7ad6b9e..fb60ae26f8458e8c865fcd6f900e06239c56fdf5 100644 (file)
@@ -5,20 +5,18 @@
   source file of the GNU LilyPond music typesetter
 
   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
 */
 
 #include "stencil.hh"
 
 #include "protected-scm.hh"
 
-static Protected_scm heads;
+static Protected_scm heads = SCM_EOL;
 
 void register_stencil_head (SCM symbol)
 {
   scm_set_object_property_x (symbol, ly_symbol2scm ("stencil-head?"), SCM_BOOL_T);
   heads = scm_cons (symbol, heads);
-  
 }
 bool
 is_stencil_head (SCM symbol)
@@ -32,4 +30,4 @@ all_stencil_heads ()
 {
   return heads;
 }
-  
+