]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob.cc
(open_library): dlopen libkpathsea.so
[lilypond.git] / lily / grob.cc
index 35aa13328bce881eeb92d8068650efb37edbbea0..2ca648430ce3467ad428e5804046ae7fdce3429b 100644 (file)
@@ -555,7 +555,7 @@ Grob::has_extent_callback (SCM cb, Axis a) const
 }
 
 bool
-Grob::has_offset_callback (SCM cb, Axis a)const
+Grob::has_offset_callback (SCM cb, Axis a) const
 {
   return scm_c_memq (cb, dim_cache_[a].offset_callbacks_) != SCM_BOOL_F;
 }
@@ -616,7 +616,7 @@ Grob::fixup_refpoint (SCM smob)
 }
 
 void
-Grob::warning (String s)const
+Grob::warning (String s) const
 {
   SCM cause = self_scm ();
   while (Grob *g = unsmob_grob (cause))
@@ -694,8 +694,6 @@ Grob::discretionary_processing ()
 {
 }
 
-
-
 bool
 Grob::internal_has_interface (SCM k)
 {