mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Adjust styles [ci skip]
This commit is contained in:
parent
c433d36b5b
commit
58c8b6e862
6 changed files with 32 additions and 16 deletions
|
@ -2260,7 +2260,8 @@ rb_marshal_load_with_proc(VALUE port, VALUE proc, bool freeze)
|
|||
return v;
|
||||
}
|
||||
|
||||
static VALUE marshal_load(rb_execution_context_t *ec, VALUE mod, VALUE source, VALUE proc, VALUE freeze)
|
||||
static VALUE
|
||||
marshal_load(rb_execution_context_t *ec, VALUE mod, VALUE source, VALUE proc, VALUE freeze)
|
||||
{
|
||||
return rb_marshal_load_with_proc(source, proc, RTEST(freeze));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue