summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-14 07:57:19 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-14 07:57:19 +0000
commit08af3f1b3980c3392ee3a8701d2eee08dba9e6a4 (patch)
tree4e8cd4665349ddc8028249a92d538f5ad76e9ccd /insns.def
parentb80ea712e0bfd78cf0d17c50db63cccccab43611 (diff)
forgot to expand tabs [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.def b/insns.def
index 39c61a7f41..742cd87960 100644
--- a/insns.def
+++ b/insns.def
@@ -1052,7 +1052,7 @@ opt_plus
val = vm_opt_plus(recv, obj);
if (val == Qundef) {
- CALL_SIMPLE_METHOD();
+ CALL_SIMPLE_METHOD();
}
}
@@ -1290,7 +1290,7 @@ opt_aref_with
#ifndef MJIT_HEADER
PUSH(rb_str_resurrect(key));
#endif
- CALL_SIMPLE_METHOD();
+ CALL_SIMPLE_METHOD();
}
}