]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
Nitpick run.
[lilypond.git] / lily / bar-line.cc
index 8ae2c2ff05e970dae1a9b0516f2e029aa0ebb0a7..a0a9ccdae41c322b9fb3101f6cb0c94e54ec6a96 100644 (file)
@@ -75,13 +75,9 @@ Bar_line::compound_barline (Grob *me, String str, Real h,
     str = "|:";
 
   if (str == "")
-    {
-      return Lookup::blank (Box (Interval (0, 0), Interval (-h / 2, h / 2)));
-    }
+    return Lookup::blank (Box (Interval (0, 0), Interval (-h / 2, h / 2)));
   else if (str == "|")
-    {
-      return thin;
-    }
+    return thin;
   else if (str == "|." || (h == 0 && str == ":|"))
     {
       m.add_at_edge (X_AXIS, LEFT, thick, 0, 0);