]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / moment.cc
index 4d81493f0ce14b3d8090f559e4a78d90e82570f8..3a5aa6832366df8d94c80d71cd4cf3d5c69ed876 100644 (file)
@@ -78,13 +78,13 @@ Moment::equal_p (SCM a, SCM b)
 int
 compare (Moment const &a, Moment const &b)
 {
-  return Moment::compare (a,b);
+  return Moment::compare (a, b);
 }
 
 int
 Moment::compare (Moment const &a, Moment const &b)
 {
-  int c = Rational::compare (a.main_part_,b.main_part_);
+  int c = Rational::compare (a.main_part_, b.main_part_);
   if (c)
     return c;