summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-15 08:25:59 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-15 08:25:59 +0000
commit0ddb77a44e9c2ef16f1b8c10108b71637fca1541 (patch)
tree69da7605a74508391af804238ff1dc5da12d0ecb /vm_insnhelper.c
parent10b800133ed9913dc7725d0ff801f2792178d4a4 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 0ad784ed5a..d735caeb9f 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -923,7 +923,7 @@ vm_getivar(VALUE obj, ID id, IC ic, struct rb_call_cache *cc, int is_attr)
}
}
else {
- RB_DEBUG_COUNTER_INC(ivar_get_ic_miss_noobject);
+ RB_DEBUG_COUNTER_INC(ivar_get_ic_miss_noobject);
}
#endif /* USE_IC_FOR_IVAR */
RB_DEBUG_COUNTER_INC(ivar_get_ic_miss);