From 196b59fd4487acdf619a17e378da1d6e540fe527 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 9 Feb 2019 14:12:27 +0100 Subject: pict: pict-attr: Fix indentation. * pict.scm (pict-attr): Fix indentation. --- pict.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pict.scm b/pict.scm index b26a60d..04578e7 100644 --- a/pict.scm +++ b/pict.scm @@ -742,8 +742,8 @@ full transparency) and 1 (for full opacity)." of the SVG of PICT or #F." (and=> ((sxpath `(,@path @ ,attr *any*)) (pict-sxml pict)) - (lambda (m) (and (pair? m) - (car m))))) + (lambda (m) + (and (pair? m) (car m))))) (define (pict-height pict) "Return the numeric height of PICT." -- cgit v1.2.3