]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-smob.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / grob-smob.cc
index edebcbe95eac0b5fc04a52a169e4fbf453ea2941..4772e621594b8111a940195bc941c2694cf7d269 100644 (file)
@@ -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_);