]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
Run astyle 2.02.
[lilypond.git] / lily / pitch.cc
index facbf5d05d193049353a8af54013dc7477940fa1..9e7bb3a5c6d424d6294c8ef808306f30b0097e39 100644 (file)
@@ -79,13 +79,13 @@ Pitch::tone_pitch () const
 int
 Pitch::rounded_semitone_pitch () const
 {
-  return int (floor (double (tone_pitch () * Rational (2) + Rational (1,2))));
+  return int (floor (double (tone_pitch () * Rational (2) + Rational (1, 2))));
 }
 
 int
 Pitch::rounded_quartertone_pitch () const
 {
-  return int (floor (double (tone_pitch () * Rational (4) + Rational (1,2))));
+  return int (floor (double (tone_pitch () * Rational (4) + Rational (1, 2))));
 }
 
 void