Fix indentation to what it was

This commit is contained in:
retropikzel 2025-06-15 10:32:04 +03:00
parent 584ebf0f92
commit 674bcc107e

View file

@ -25,9 +25,9 @@
(warn msg)
#f))))))
(or (equal? (car spec) 'generic)
(and confirm?
(yes-or-no? cfg "Implementation " (car spec) " does not "
" seem to be available, install anyway?")))))
(and confirm?
(yes-or-no? cfg "Implementation " (car spec) " does not "
" seem to be available, install anyway?")))))
(define (conf-selected-implementations cfg)
(let ((requested (conf-get-list cfg 'implementations '(chibi))))