summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/variable.c b/variable.c
index 056572cc36..26a9782458 100644
--- a/variable.c
+++ b/variable.c
@@ -1803,8 +1803,8 @@ ivar_set(VALUE obj, ID id, VALUE val)
switch (BUILTIN_TYPE(obj)) {
case T_OBJECT:
{
- rb_obj_ivar_set(obj, id, val);
- break;
+ rb_obj_ivar_set(obj, id, val);
+ break;
}
case T_CLASS:
case T_MODULE: