From: Patrick McCarty Date: Wed, 21 Jul 2010 16:02:01 +0000 (-0700) Subject: SVG backend: fix indentation. X-Git-Tag: release/2.13.29-1~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec2ac47dd42c72c28c7b0e5064e5e191474e13d9;p=lilypond.git SVG backend: fix indentation. --- diff --git a/scm/output-svg.scm b/scm/output-svg.scm index 654c3a36a1..3a82c6f815 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -679,5 +679,5 @@ (let ((escaped-string (string-regexp-substitute "<" "<" (string-regexp-substitute "&" "&" string)))) - (dispatch `(fontify ,pango-font-description - ,(entity 'tspan escaped-string))))) + (dispatch `(fontify ,pango-font-description + ,(entity 'tspan escaped-string)))))