summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-18 11:06:58 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-18 11:06:58 +0000
commit4a8c235fedc9077832b7c2881b947824cfe99492 (patch)
tree468d42ff715cb83e3ecdd67b6b97b7e835289f38 /insns.def
parentee4ce52d01203bcd115a331aff4aa6beed333d6d (diff)
tabify (sorry!) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.def b/insns.def
index 2fcb1b0c48..9296cee1cf 100644
--- a/insns.def
+++ b/insns.def
@@ -1406,7 +1406,7 @@ opt_aset_with
VALUE tmp = vm_opt_aset_with(recv, key, val);
if (tmp != Qundef) {
- val = tmp;
+ val = tmp;
}
else {
/* other */