Fix lots of indentation mistakes.
(Found by my ayatollah script...) original commit: af6be85ff576e475753a46bd3f1690eb8bf88a28
This commit is contained in:
parent
5c93f3a38b
commit
b18941fd54
|
@ -90,13 +90,13 @@
|
|||
(if (regexp-match? #rx#"[.]rkt$" b)
|
||||
(path-replace-suffix p #".ss")
|
||||
p)))])
|
||||
|
||||
|
||||
(let ([c-file (if (file-exists? orig-c-file)
|
||||
orig-c-file
|
||||
(let ([p2 (rkt->ss orig-c-file)])
|
||||
(if (file-exists? p2)
|
||||
p2
|
||||
orig-c-file)))])
|
||||
orig-c-file
|
||||
(let ([p2 (rkt->ss orig-c-file)])
|
||||
(if (file-exists? p2)
|
||||
p2
|
||||
orig-c-file)))])
|
||||
(register-external-file c-file)
|
||||
|
||||
(let ([read-syntax (if (syntax-e reader)
|
||||
|
|
Loading…
Reference in New Issue
Block a user