aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-29 06:36:48 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-29 06:36:48 +0000
commitce9e0ffd710db27f928ffa013d5d7047acb04511 (patch)
tree7c740671a89121d4ae3eff902338f7a1bdd57553 /insns.def
parent35e677dd0ab6b042cb52e9f98e35a2d8d7dc5e14 (diff)
downloadruby-ce9e0ffd710db27f928ffa013d5d7047acb04511.tar.gz
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/insns.def b/insns.def
index 2d9b81dd51..96614b2a36 100644
--- a/insns.def
+++ b/insns.def
@@ -894,9 +894,9 @@ leave
// attr bool handles_sp = true;
{
if (OPT_CHECKED_RUN) {
- const VALUE *const bp = vm_base_ptr(GET_CFP());
- if (GET_SP() != bp) {
- vm_stack_consistency_error(ec, GET_CFP(), bp);
+ const VALUE *const bp = vm_base_ptr(GET_CFP());
+ if (GET_SP() != bp) {
+ vm_stack_consistency_error(ec, GET_CFP(), bp);
}
}