From 7e6609e8f0958c021f44837ad098bff6f19b1aba Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 10 Nov 2023 12:43:06 -0500 Subject: [ci skip] Fix indentation in rb_class_ivar_set --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3