aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 12:42:04 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 12:42:04 +0000
commitefd5a57481e53d9e9c1d123c899a2a12a9c74a5b (patch)
tree0c5d04ce448543203dc24fd911daa459ea2f8255 /vm_method.c
parentbccb24a866b453ce17b797ea0f297f053983b5b3 (diff)
downloadruby-efd5a57481e53d9e9c1d123c899a2a12a9c74a5b.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 1fc6a7c12c..a7cb6f66a9 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -1301,7 +1301,7 @@ check_definition_visibility(VALUE mod, int argc, VALUE *argv)
me = rb_method_entry_without_refinements(lookup_mod, id, NULL);
if (me) {
- if (!inc_super && me->owner != mod) return METHOD_VISI_UNDEF;
+ if (!inc_super && me->owner != mod) return METHOD_VISI_UNDEF;
return METHOD_ENTRY_VISI(me);
}
return METHOD_VISI_UNDEF;