]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spacing-options.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / spacing-options.hh
index 442f2cb65d346df8344ab18bdfc862396a87f3f2..7f73cd6d1ae818270cbaa6c037419102f505fb1a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2009 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2015 Han-Wen Nienhuys <hanwen@lilypond.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -38,8 +38,8 @@ struct Spacing_options
   Rational global_shortest_;
   Real increment_;
   Real shortest_duration_space_;
-  
-  Spacing_options();
+
+  Spacing_options ();
   void init_from_grob (Grob *me);
   Real get_duration_space (Rational d) const;
 };