]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-def.cc
Nitpick run.
[lilypond.git] / lily / paper-def.cc
index 6b7a1917a7b515dbf018ee1a0cc6f477ab544097..eb338d2f7e9a8bd832424a024e4ce4601ed779c2 100644 (file)
@@ -76,9 +76,7 @@ find_pango_font (Output_def *layout, SCM descr, Real factor)
   SCM size_key = scm_from_double (factor);
   SCM handle = scm_assoc (size_key, sizes);
   if (scm_is_pair (handle))
-    {
-      return unsmob_metrics (scm_cdr (handle));
-    }
+    return unsmob_metrics (scm_cdr (handle));
 
   PangoFontDescription *description
     = pango_font_description_from_string (scm_i_string_chars (descr));