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
677c3228d0
commit
00d6772e40
3 changed files with 6 additions and 3 deletions
3
array.c
3
array.c
|
@ -1804,7 +1804,8 @@ rb_ary_unshift_m(int argc, VALUE *argv, VALUE ary)
|
|||
|
||||
/* non-static for yjit */
|
||||
VALUE
|
||||
rb_yjit_rb_ary_unshift_m(int argc, VALUE *argv, VALUE ary) {
|
||||
rb_yjit_rb_ary_unshift_m(int argc, VALUE *argv, VALUE ary)
|
||||
{
|
||||
return rb_ary_unshift_m(argc, argv, ary);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue