mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
cosmetic: indent
This commit is contained in:
parent
5cdfad11da
commit
80533261a1
1 changed files with 1 additions and 2 deletions
|
|
@ -187,8 +187,7 @@
|
|||
(si::while ,list-var
|
||||
(let ((,var (first ,typed-var)))
|
||||
(declare ,@declarations)
|
||||
(tagbody
|
||||
,@body))
|
||||
(tagbody ,@body))
|
||||
(setq ,list-var (rest ,typed-var)))
|
||||
,(when output-form
|
||||
`(let ((,var nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue