From a8f0362f05ce02190f22eb425aca8dfd553e69ac Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sun, 22 Jan 1995 04:02:29 +0000 Subject: [PATCH] Adjusted indentation. --- v8/src/compiler/midend/cleanup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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* -- 2.25.1