* vm.c (rb_iseq_eval): fixed indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-01-05 09:54:47 +00:00
parent 893efc4db9
commit 8dee58d7e1
1 changed files with 2 additions and 2 deletions

2
vm.c
View File

@ -1271,7 +1271,7 @@ rb_iseq_eval(VALUE iseqval)
val = vm_exec(th);
tmp = iseqval; /* prohibit tail call optimization */
return val;
}
}
VALUE
rb_iseq_eval_main(VALUE iseqval)