]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lilypond-key.cc
*** empty log message ***
[lilypond.git] / lily / lilypond-key.cc
index af4a521880688684769b3cf576a4f37ca6080084..6d96a33add41a180a8ce475b646ccfec94ca7cc3 100644 (file)
@@ -29,7 +29,7 @@ Lilypond_grob_key::derived_mark () const
 int
 Lilypond_grob_key::do_compare (Object_key const *key) const
 {
-  Lilypond_grob_key const *other = dynamic_cast < Lilypond_grob_key const *> (key);
+  Lilypond_grob_key const *other = dynamic_cast<Lilypond_grob_key const *> (key);
   int c;
 
   c = context_->compare (other->context_);
@@ -101,7 +101,7 @@ int
 Lilypond_context_key::do_compare (Object_key const *key) const
 {
   Lilypond_context_key const *other
-    = dynamic_cast < Lilypond_context_key const *> (key);
+    = dynamic_cast<Lilypond_context_key const *> (key);
 
   int c;
   if (parent_context_ && other->parent_context_)
@@ -188,7 +188,7 @@ int
 Lilypond_general_key::do_compare (Object_key const *key)const
 {
   Lilypond_general_key const *other
-    = dynamic_cast < Lilypond_general_key const *> (key);
+    = dynamic_cast<Lilypond_general_key const *> (key);
 
   if (parent_ && other->parent_)
     parent_->compare (other->parent_);