]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
Nitpick run.
[lilypond.git] / lily / staff-symbol-referencer.cc
index 37edd6f436c9140125de14f3a3100214e84aa044..80db80ba065d40e7d8689812a7e5b606b1077468 100644 (file)
@@ -81,9 +81,7 @@ Staff_symbol_referencer::get_position (Grob *me)
       return p;
     }
   else if (!st)
-    {
-      return me->relative_coordinate (me->get_parent (Y_AXIS), Y_AXIS) * 2;
-    }
+    return me->relative_coordinate (me->get_parent (Y_AXIS), Y_AXIS) * 2;
   return robust_scm2double (me->get_property ("staff-position"), p);
 }