Skip to content

Commit 31cdf7a

Browse files
committed
Adjust style
1 parent d8d2ed5 commit 31cdf7a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

variable.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,8 @@ rb_vm_set_ivar_id(VALUE obj, ID id, VALUE val)
20082008
return val;
20092009
}
20102010

2011-
void rb_obj_freeze_inline(VALUE x)
2011+
void
2012+
rb_obj_freeze_inline(VALUE x)
20122013
{
20132014
if (RB_FL_ABLE(x)) {
20142015
RB_FL_SET_RAW(x, RUBY_FL_FREEZE);

0 commit comments

Comments
 (0)