diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-06-16 21:39:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-06-16 21:39:34 -0700 |
commit | ee0afffcc26818e850e7aac37aa8d1df33e1309b (patch) | |
tree | 1f1d7b19f60fa070c5ace2d1a3a97d3a3e504200 /stdlib | |
parent | a30f01bf44396a62c6bb71a01d9d7153fca2940c (diff) | |
download | txr-ee0afffcc26818e850e7aac37aa8d1df33e1309b.tar.gz txr-ee0afffcc26818e850e7aac37aa8d1df33e1309b.tar.bz2 txr-ee0afffcc26818e850e7aac37aa8d1df33e1309b.zip |
compiler: whitespace issue in optimizer.
* stdlib/optimize.tl (basic-blocks do-peephole-block):
Fix a bad indentation of one line.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/optimize.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/optimize.tl b/stdlib/optimize.tl index 1599ad65..5f44abf8 100644 --- a/stdlib/optimize.tl +++ b/stdlib/optimize.tl @@ -573,7 +573,7 @@ ;; apply to gapply (@(require @(with ((getf @(as treg (t @tn)) @idx) . @rest) @(scan @(or @(with @(as apl ((apply @dest @treg . @args) - . @arest)) + . @arest)) li [bb.li-hash (car apl)]) @(require (@insn . @nil) (find treg insn)))) |