]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-algorithm.cc
(do_chroot_jail): paranoia security for webserver
[lilypond.git] / lily / break-algorithm.cc
index 50064dad46755de966d06a101dab404bcc2b608a..e112e0a19d5d64551b49fdf01e594929c21526a2 100644 (file)
@@ -3,11 +3,10 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "break-algorithm.hh"
-
 #include "paper-column.hh"
 #include "output-def.hh"
 #include "system.hh"
@@ -17,7 +16,6 @@
 #include "simple-spacer.hh"
 #include "group-interface.hh"
 
-
 Array<int>
 Break_algorithm::find_break_indices () const
 {
@@ -35,7 +33,6 @@ Break_algorithm::find_break_indices () const
   return retval;
 }
 
-
 Link_array<Grob>
 Break_algorithm::find_breaks () const
 {
@@ -53,7 +50,6 @@ Break_algorithm::find_breaks () const
   return retval;
 }
 
-
 Simple_spacer_wrapper*
 Break_algorithm::generate_spacing_problem (Link_array<Grob> const &curline,
                                           Interval line) const