From f723f6f44bcbd2b1a0b083fbd7a0db23cd42257d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 7 Feb 2024 22:20:46 -0800 Subject: compiler: whitespace issue. * stdlib/compiler (lambda-apply-transform): Fix misleading indentation. --- stdlib/compiler.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index cb44e8eb..735b83d7 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -2274,7 +2274,7 @@ (t (add ^(,var-sym (if ,al-val (pop ,al-val) ,init-form))))) - (push (list* var-sym have-sym init-form) check-opts))) + (push (list* var-sym have-sym init-form) check-opts))) (if pars.rest (add ^(,pars.rest ,al-val)) (add ^(,ign-2 (if ,al-val -- cgit v1.2.3