]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper-iterator.cc
*** empty log message ***
[lilypond.git] / lily / music-wrapper-iterator.cc
index ed29db0fb03e0ebadf6819312280057cc8328e83..e20a6261f5692e60d18fdc6624834c089a4a8277 100644 (file)
@@ -7,7 +7,6 @@
 */
 
 #include "music-wrapper-iterator.hh"
-
 #include "music-wrapper.hh"
 
 Music_wrapper_iterator::Music_wrapper_iterator ()
@@ -38,7 +37,7 @@ Music_wrapper_iterator::derived_substitute (Context *f, Context *t)
 void
 Music_wrapper_iterator::construct_children ()
 {
-  Music *m = dynamic_cast < Music_wrapper const *> (get_music ())-> element ();
+  Music *m = dynamic_cast<Music_wrapper const *> (get_music ())->element ();
   child_iter_ = unsmob_iterator (get_iterator (m));
 }