* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-08-13 12:42:04 +00:00
parent bccb24a866
commit efd5a57481

View File

@ -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;