aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-11-10 12:43:06 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-11-10 12:43:06 -0500
commit7e6609e8f0958c021f44837ad098bff6f19b1aba (patch)
tree8cd65b53ca210fe1e35dc1a7cd6f2203bfb35d50 /variable.c
parent82ce47415bf95eff0b8de91a61ede3e567a9167d (diff)
downloadruby-7e6609e8f0958c021f44837ad098bff6f19b1aba.tar.gz
[ci skip] Fix indentation in rb_class_ivar_set
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index 72c0fd7c2b..00253855ee 100644
--- a/variable.c
+++ b/variable.c
@@ -4212,7 +4212,7 @@ rb_class_ivar_set(VALUE obj, ID id, VALUE val)
class_ivar_set_set_shape,
class_ivar_set_transition_too_complex,
class_ivar_set_too_complex_table).existing;
-}
+ }
RB_VM_LOCK_LEAVE();
return existing;