]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/plet.cc
release: 0.1.43
[lilypond.git] / lib / plet.cc
index 686909382a19cb3119a8fa4a2d094332c1460720..84579eca716929bde820e253f3ae5e33f762cd39 100644 (file)
@@ -9,20 +9,20 @@
 #include "plet.hh"
 
 
-Plet::Plet()
+Plet::Plet ()
 {
   type_i_ = 1;
   iso_i_ = 1;
 }
 
 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;
 }