summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-05 08:15:21 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-05 08:15:21 +0000
commit4b53f843264df5694f6693a9a3461af055573fe0 (patch)
tree0a16ec5da2e7d26835dad712d73b2e0361135acc /vm_method.c
parent2b5bb8a0875b75f18e628c8b2df22760536bdad9 (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
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;