]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/side-position-interface.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / side-position-interface.hh
index 624bff4e89544c58a594c4c2433f418e32b424f1..b7d1427ee371adb693b1b468f4065ce449313b79 100644 (file)
@@ -40,13 +40,13 @@ public:
   DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM element));
   DECLARE_SCHEME_CALLBACK (move_to_extremal_staff, (SCM));
 
-  static SCM aligned_side (Grob*me, Axis a, bool pure, int start, int end, Real *current_off_ptr);
+  static SCM aligned_side (Grob *me, Axis a, bool pure, int start, int end, Real *current_off_ptr);
 
   static SCM general_side_position (Grob *, Axis, bool, bool my_extents,
-                                   bool pure, int start, int end, Real *current_off);
+                                    bool pure, int start, int end, Real *current_off);
   static Axis get_axis (Grob *);
   static void set_axis (Grob *, Axis);
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static void add_support (Grob *, Grob *);
   static void add_staff_support (Grob *);
 };