summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 09:16:00 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 09:16:00 +0000
commit481481b81aaca7cc5de3982784f68981335005a7 (patch)
tree1abcb80a1270c8ed47a2a4ab222c1b95f0510812 /vm_method.c
parent25c1fd3b9037d9eb39596bb994eeabed812adada (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_method.c b/vm_method.c
index c5ca644230..35634d275c 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -671,8 +671,8 @@ MJIT_FUNC_EXPORTED void
rb_add_method_iseq(VALUE klass, ID mid, const rb_iseq_t *iseq, rb_cref_t *cref, rb_method_visibility_t visi)
{
struct { /* should be same fields with rb_method_iseq_struct */
- const rb_iseq_t *iseqptr;
- rb_cref_t *cref;
+ const rb_iseq_t *iseqptr;
+ rb_cref_t *cref;
} iseq_body;
iseq_body.iseqptr = iseq;