]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Nitpick run.
[lilypond.git] / lily / open-type-font.cc
index 0535cb625e00d28fab1427577506c7659ee9ba12..cd0c67c0572959f0a356dff016ed95399d1e67a1 100644 (file)
@@ -35,9 +35,7 @@ load_table (char const *tag_str, FT_Face face, FT_ULong *length)
       return buffer;
     }
   else
-    {
-      programming_error ("Cannot find OpenType table.");
-    }
+    programming_error ("Cannot find OpenType table.");
 
   return 0;
 }