]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob.cc
Run astyle 2.02.
[lilypond.git] / lily / grob.cc
index 567bd0015f4309d8c77f75933347b7d082d11d05..d36a6721301430fcae21ae84f268c089c423aaaf 100644 (file)
@@ -598,7 +598,7 @@ Grob::fixup_refpoint ()
   VERTICAL ORDERING
 ****************************************************************/
 
-Grob*
+Grob *
 get_maybe_root_vertical_alignment (Grob *g, Grob *maybe)
 {
   if (!g)
@@ -609,13 +609,13 @@ get_maybe_root_vertical_alignment (Grob *g, Grob *maybe)
 
 }
 
-Grob*
+Grob *
 Grob::get_root_vertical_alignment (Grob *g)
 {
   return get_maybe_root_vertical_alignment (g, 0);
 }
 
-Grob*
+Grob *
 Grob::get_vertical_axis_group (Grob *g)
 {
   if (!g)