summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-02 12:52:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-02 12:52:50 +0000
commit2af6b06f9de995ee763b142e48c7605ec9e9b9ca (patch)
treec223a6ab8206b3139331f9fc3ebc14c3bab93b32
parent98043acae9546e8c62b6bc133886e1cf2daf9a79 (diff)
* vm_insnhelper.c (vm_call_method): remove garbage spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index b06fb55f02..4284a1d0a1 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -564,7 +564,7 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp,
switch (me->def->type) {
case VM_METHOD_TYPE_ISEQ:{
vm_setup_method(th, cfp, recv, num, blockptr, flag, me,
- defined_class);
+ defined_class);
return Qundef;
}
case VM_METHOD_TYPE_NOTIMPLEMENTED: