mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 19:26:36 +02:00
Fix indentation to what it was
This commit is contained in:
parent
584ebf0f92
commit
674bcc107e
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@
|
||||||
(warn msg)
|
(warn msg)
|
||||||
#f))))))
|
#f))))))
|
||||||
(or (equal? (car spec) 'generic)
|
(or (equal? (car spec) 'generic)
|
||||||
(and confirm?
|
(and confirm?
|
||||||
(yes-or-no? cfg "Implementation " (car spec) " does not "
|
(yes-or-no? cfg "Implementation " (car spec) " does not "
|
||||||
" seem to be available, install anyway?")))))
|
" seem to be available, install anyway?")))))
|
||||||
|
|
||||||
(define (conf-selected-implementations cfg)
|
(define (conf-selected-implementations cfg)
|
||||||
(let ((requested (conf-get-list cfg 'implementations '(chibi))))
|
(let ((requested (conf-get-list cfg 'implementations '(chibi))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue