From efd5a57481e53d9e9c1d123c899a2a12a9c74a5b Mon Sep 17 00:00:00 2001 From: svn Date: Mon, 13 Aug 2018 12:42:04 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_method.c') 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; -- cgit v1.2.3