]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/plet.cc
release: 0.1.11
[lilypond.git] / lib / plet.cc
index 73df524f7d76e0a2ec69f219980ed72038920720..686909382a19cb3119a8fa4a2d094332c1460720 100644 (file)
@@ -16,13 +16,13 @@ Plet::Plet()
 }
 
 Moment
-Plet::mom()const
+Plet::mom() const
 {
-  return  Moment( iso_i_, type_i_ );
+  return  Moment(iso_i_, type_i_);
 }
 
 bool
-Plet::unit_b()const
+Plet::unit_b() const
 {
   return type_i_ == 1 && iso_i_ == 1;
 }