]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-item.cc
Nitpick run.
[lilypond.git] / lily / percent-repeat-item.cc
index 8dad52aba35278ca3685808d62a62f1f221d100b..a8c2a4d0ab69612429614784ff99142045cbfcd7 100644 (file)
@@ -40,9 +40,7 @@ Percent_repeat_item_interface::x_percent (Grob *me, int count,
   Stencil s = brew_slash (me);
 
   for (int i = count; i--;)
-    {
-      m.add_at_edge (X_AXIS, RIGHT, s, -slash_neg_kern, 0);
-    }
+    m.add_at_edge (X_AXIS, RIGHT, s, -slash_neg_kern, 0);
   Stencil d1 = Font_interface::get_default_font (me)->find_by_name ("dots.dot");
   Stencil d2 = d1;
   d1.translate_axis (0.5, Y_AXIS);