]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event-iterator.hh
grob.cc: rewrite O(n^2) algorithm in Grob::common_refpoint algorithm to O(n)
[lilypond.git] / lily / include / event-iterator.hh
index adabf9d704f03007ba44673ea76bbfc171974721..e88f4aa75a48c65248c0133aeacb3ace65f0b46f 100644 (file)
@@ -2,7 +2,7 @@
   This file is part of LilyPond, the GNU music typesetter.
 
   Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
-          Erik Sandberg <mandolaerik@gmail.com>
+           Erik Sandberg <mandolaerik@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 
 class Event_iterator : public Simple_music_iterator
 {
-  DECLARE_CLASSNAME(Event_iterator);
+  DECLARE_CLASSNAME (Event_iterator);
 
 public:
   DECLARE_SCHEME_CALLBACK (constructor, ());