fix indentation

This commit is contained in:
Alex Shinn 2022-08-03 22:44:28 +09:00
parent a2daa155e8
commit 70acbf5a08

View file

@ -1383,8 +1383,9 @@
(chibi (eval '(current-module-path) (environment '(chibi))))
(else (process->sexp
'(chibi-scheme -q -p "(current-module-path)"))))))
(lib-dir (find (lambda (d) (and (equal? (string-ref d 0) #\/)
(string-contains d "/lib")))
(lib-dir (find (lambda (d)
(and (equal? (string-ref d 0) #\/)
(string-contains d "/lib")))
dirs)))
(if lib-dir
(cons lib-dir (delete lib-dir dirs))