]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-smob.cc
Add new features/bugfixes to changes.tely
[lilypond.git] / lily / grob-smob.cc
index 358dca7f2e308fa96246063dbd99e95ebda4df0b..4772e621594b8111a940195bc941c2694cf7d269 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ SCM
 Grob::mark_smob (SCM ses)
 {
   ASSERT_LIVE_IS_ALLOWED ();
-  
+
   Grob *s = (Grob *) SCM_CELL_WORD_1 (ses);
   scm_gc_mark (s->immutable_property_alist_);