]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest-collision.hh
* flower
[lilypond.git] / lily / include / rest-collision.hh
index a54a526a7701e5fbd73c1f4729737cf9921bc9c1..a0897dff64b48bead63f87bdadd0035e528f7582 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef REST_COLLISION_HH
 #define REST_COLLISION_HH
 
 #include "lily-guile.hh"
 
 
-
-
 class Rest_collision
 {
 public:
-  static void add_column (Grob*me, Grob*);
-  
-  static bool has_interface (Grob*);
+  static void add_column (Grob *me, Grob *);
+
+  static bool has_interface (Grob *);
   DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (force_shift_callback_rest, (SCM element, SCM axis));
-  static SCM do_shift (Grob*);
+  static SCM do_shift (Grob *);
 };
 #endif // REST_COLLISION_HH