]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval-set.hh
* flower
[lilypond.git] / flower / include / interval-set.hh
index fef00300e7ffa5b37f21df16c307bb6cde793061..4c0ba0ac6a39d949d0da35d38a20a2c8bfb64e75 100644 (file)
@@ -1,10 +1,9 @@
-/* 
+/*
   interval-set.hh -- declare Interval_set
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
-  
 */
 
 #ifndef INTERVAL_SET_HH
@@ -19,7 +18,7 @@
   Abysmal performance (quadratic) for large N, hopefully we don't have
   that large N. In any case, this should probably be rewritten to use
   a balanced tree.
- */
+*/
 struct Interval_set
 {
   Array<Interval> allowed_regions_;