]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-chunk.cc
Run `make grand-replace'.
[lilypond.git] / lily / midi-chunk.cc
index 5aaf5bd2e63aaaf012156f8199148e77f2e86c87..ffd267425a3051237d30812890a47a9fb9e0e57a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2007--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -65,8 +65,8 @@ Midi_track::data_string () const
 {
   string str = Midi_chunk::data_string ();
 
-  for (vector<Midi_event*>::const_iterator i (events_.begin());
-       i != events_.end(); i ++)
+  for (vector<Midi_event*>::const_iterator i (events_.begin ());
+       i != events_.end (); i ++)
     {
       str += (*i)->to_string ();
     }