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
9e2a453e28
commit
584ebf0f92
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
(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