summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
commita6e87fd56a1711b2f3c08c8331a2e2f64e567218 (patch)
tree65854c70d59a37aa511bdc82aa9221725870392c /eval.c
parentc8380b883f5db44784b3822c75d1715a169a10ec (diff)
downloadruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.tar.gz
ruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.tar.xz
ruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.zip
* compile.c: fixed indentation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
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;