mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
cosmetic indent fix
This commit is contained in:
parent
aa2a88160c
commit
0cd581d08b
1 changed files with 2 additions and 3 deletions
|
|
@ -94,10 +94,9 @@
|
|||
(defun emit-inlined-values (form forms)
|
||||
(let ((args (c1form-arg 0 form)))
|
||||
(prog1 (emit-inline-form (or (pop args) (c1nil))
|
||||
;; the rest of the form
|
||||
;; in a inlined values
|
||||
;; the rest of the form in inlined values
|
||||
;; are the rest of the values args
|
||||
args )
|
||||
args)
|
||||
(loop with *destination* = 'TRASH
|
||||
for form in args
|
||||
do (c2expr* form)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue