From b18941fd5494234f6e3f25169d052c0bf2c1ae9b Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 14 Mar 2013 07:15:43 -0400 Subject: [PATCH] Fix lots of indentation mistakes. (Found by my ayatollah script...) original commit: af6be85ff576e475753a46bd3f1690eb8bf88a28 --- collects/mzlib/include.rkt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/collects/mzlib/include.rkt b/collects/mzlib/include.rkt index 350efea..e566060 100644 --- a/collects/mzlib/include.rkt +++ b/collects/mzlib/include.rkt @@ -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)