]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper-iterator.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / music-wrapper-iterator.cc
index 4a4735735556edb8bbb50c8258513a1fe20cb2ed..e208d135f5c75bf63973866b8815695263f4499c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--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
@@ -53,8 +53,8 @@ Music_wrapper_iterator::construct_children ()
   Music *my_music = get_music ();
   Music *child = unsmob_music (my_music->get_property ("element"));
   child_iter_ = (child)
-    ? unsmob_iterator (get_iterator (child))
-    : 0;
+                ? unsmob_iterator (get_iterator (child))
+                : 0;
 }
 
 bool
@@ -84,5 +84,5 @@ IMPLEMENT_CTOR_CALLBACK (Music_wrapper_iterator);
 bool
 Music_wrapper_iterator::run_always () const
 {
-  return (child_iter_ &&  child_iter_->run_always ());
+  return (child_iter_ && child_iter_->run_always ());
 }