]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/horizontal-bracket.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / horizontal-bracket.hh
index 83dacd9285e2d838b2ace77c864bf40297a56406..e2fbb22b09e64ea6255b3e6f876f1bba029d1fd6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 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
@@ -29,9 +29,9 @@ struct Horizontal_bracket
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   static Stencil make_bracket (Grob *, Real, Axis, Direction);
   static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint,
-                                        vector<Grob*> grobs,
-                                        Axis a, Direction dir);
-  DECLARE_GROB_INTERFACE();
+                                         vector<Grob *> grobs,
+                                         Axis a, Direction dir);
+  DECLARE_GROB_INTERFACE ();
 };
 
 #endif /* HORIZONTAL_BRACKET_HH */