summaryrefslogtreecommitdiffstats
path: root/stdlib/compiler.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-02-07 22:20:46 -0800
committerKaz Kylheku <kaz@kylheku.com>2024-02-07 22:20:46 -0800
commitf723f6f44bcbd2b1a0b083fbd7a0db23cd42257d (patch)
tree44ec41b851abc685db25f450598dbca69a134bc1 /stdlib/compiler.tl
parent7011482a9cb08305c0388e8a52b5075f1b69624f (diff)
downloadtxr-f723f6f44bcbd2b1a0b083fbd7a0db23cd42257d.tar.gz
txr-f723f6f44bcbd2b1a0b083fbd7a0db23cd42257d.tar.bz2
txr-f723f6f44bcbd2b1a0b083fbd7a0db23cd42257d.zip
compiler: whitespace issue.
* stdlib/compiler (lambda-apply-transform): Fix misleading indentation.
Diffstat (limited to 'stdlib/compiler.tl')
-rw-r--r--stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
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