From 4b53f843264df5694f6693a9a3461af055573fe0 Mon Sep 17 00:00:00 2001 From: svn Date: Fri, 5 Apr 2019 08:15:21 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_method.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm_method.c') diff --git a/vm_method.c b/vm_method.c index 3a9dfc1c5d..8cb86263e2 100644 --- a/vm_method.c +++ b/vm_method.c @@ -1148,9 +1148,9 @@ rb_attr(VALUE klass, ID id, int read, int write, int ex) visi = METHOD_VISI_PUBLIC; } else { - switch (vm_scope_visibility_get(ec)) { + switch (vm_scope_visibility_get(ec)) { case METHOD_VISI_PRIVATE: - if (vm_scope_module_func_check(ec)) { + if (vm_scope_module_func_check(ec)) { rb_warning("attribute accessor as module_function"); } visi = METHOD_VISI_PRIVATE; -- cgit v1.2.3