diff options
author | Peter Zhu <[email protected]> | 2023-11-10 12:43:06 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-11-10 12:43:06 -0500 |
commit | 7e6609e8f0958c021f44837ad098bff6f19b1aba (patch) | |
tree | 8cd65b53ca210fe1e35dc1a7cd6f2203bfb35d50 /variable.c | |
parent | 82ce47415bf95eff0b8de91a61ede3e567a9167d (diff) |
[ci skip] Fix indentation in rb_class_ivar_set
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 2 |
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; |