summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-20 07:27:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-20 07:27:28 +0000
commit1ea6c81762ff15f5a4fc9c4e458a312492045c39 (patch)
tree244f278e2c72ba4ceee6857baec535b61e2b49ed /insns.def
parentcfb55acaa7c5059020744429d54554f3c2eb691b (diff)
remove garbage spaces
* insns.def, parse.y: remove garbage spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36479 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 1a7bc93754..772a0e8c53 100644
--- a/insns.def
+++ b/insns.def
@@ -1220,8 +1220,8 @@ onceinlinecache
}
else if (ic->ic_value.value == Qundef)
{
- RUBY_VM_CHECK_INTS(th);
- rb_thread_schedule();
+ RUBY_VM_CHECK_INTS(th);
+ rb_thread_schedule();
goto retry;
}
else {