]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
* flower
[lilypond.git] / lily / include / grace-iterator.hh
index 7e966dc71c3cf505307dcf37a171e78b0e549a61..cb7ace32dfd278ee297658405411ce51a3582466 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   grace-iterator.hh -- declare Grace_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef NEWGRACE_ITERATOR_HH
 #define NEWGRACE_ITERATOR_HH
@@ -16,12 +15,9 @@ class Grace_iterator : public Music_wrapper_iterator
 {
 public:
   virtual void process (Moment);
-  DECLARE_SCHEME_CALLBACK(constructor, ());
+  DECLARE_SCHEME_CALLBACK (constructor, ());
   Moment pending_moment () const;
 };
 
-
-
 #endif /* GRACE_ITERATOR_HH */
 
-