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
commitd7920c856389c000cb35b12fcc5d211b9e8caa7f (patch)
tree0c5d04ce448543203dc24fd911daa459ea2f8255 /vm_method.c
parent6100e6e8b6c624162152b05660bb758b89bdac44 (diff)
downloadruby-d7920c856389c000cb35b12fcc5d211b9e8caa7f.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;