From b881879fa26e89698ecd1967ac83d903201dffda Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 5 Apr 2025 00:43:57 -0700 Subject: infix: whitespace fix. * stdlib/infix.tl (infix-error): Remove trailing whitespace. --- stdlib/infix.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/infix.tl b/stdlib/infix.tl index d6996bad..e1e801bb 100644 --- a/stdlib/infix.tl +++ b/stdlib/infix.tl @@ -88,7 +88,7 @@ (new (ifx-oper 60 '--) arity :postfix assoc :left lispsym 'pdec) (defun infix-error (exp fmt . args) - (let ((loc (source-loc-str exp))) + (let ((loc (source-loc-str exp))) (let ((msg (fmt `@loc: infix: @fmt` . args))) (when (and sys:*load-recursive* (null (find-frame 'error 'catch-frame))) -- cgit v1.2.3