]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-smob.cc
Merge branch 'fixedtranslation' into HEAD
[lilypond.git] / lily / grob-smob.cc
index edebcbe95eac0b5fc04a52a169e4fbf453ea2941..e695cdda0cfc12f1cba5f729f095292bd029a848 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 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_);