From: Stephen Adams Date: Sun, 22 Jan 1995 04:02:29 +0000 (+0000) Subject: Adjusted indentation. X-Git-Tag: 20090517-FFI~6709 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a8f0362f05ce02190f22eb425aca8dfd553e69ac;p=mit-scheme.git Adjusted indentation. --- diff --git a/v8/src/compiler/midend/cleanup.scm b/v8/src/compiler/midend/cleanup.scm index bcd6bac8f..c48afa4cd 100644 --- a/v8/src/compiler/midend/cleanup.scm +++ b/v8/src/compiler/midend/cleanup.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: cleanup.scm,v 1.2 1994/11/25 23:01:39 adams Exp $ +$Id: cleanup.scm,v 1.3 1995/01/22 04:02:29 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -68,7 +68,7 @@ MIT in each case. |# (define (do-letrec-cleanup env bindings body) (let* ((renames (cleanup/renamings env (lmap car bindings))) - (env* (append renames env)) + (env* (append renames env)) (body* (cleanup/expr env* body))) (if (null? bindings) body*