From a6e87fd56a1711b2f3c08c8331a2e2f64e567218 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Jun 2007 04:49:54 +0000 Subject: * compile.c: fixed indentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 1c83a0f1f..7452b9e56 100644 --- a/eval.c +++ b/eval.c @@ -1710,7 +1710,7 @@ eval(VALUE self, VALUE src, VALUE scope, char *file, int line) VALUE iseqval; if (scope != Qnil) { - + if (CLASS_OF(scope) == rb_cBinding) { GetBindingPtr(scope, bind); envval = bind->env; -- cgit