1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Indentation

This commit is contained in:
Mikael Djurfeldt 2003-03-11 19:55:00 +00:00
parent 109c2c9f29
commit b0dff01890

View file

@ -1306,7 +1306,7 @@
can-go-in-now)))) can-go-in-now))))
(loop (loop
(filter (lambda (x) (not (eq? x choice))) (filter (lambda (x) (not (eq? x choice)))
elements) elements)
constraints constraints
(append result (list choice))))))))) (append result (list choice)))))))))