]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/side-position-interface.cc
Web&CG: remove "projects" from HelpUs
[lilypond.git] / lily / side-position-interface.cc
index e2d328d5018296a2472515ef7a2f3ec700e323ff..7cf332e85c5bfd78e60ab63ff96abca40f6f808d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -58,7 +58,6 @@ finish_offset (Grob *me, Direction dir, Real total_off, Real *current_offset)
       && total_off * dir < minimum_space)
     total_off = minimum_space * dir;
 
-
   if (current_offset)
     total_off = dir * max (dir * total_off,
                            dir * (*current_offset));