mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* remove trailing spaces. [ci skip]
This commit is contained in:
parent
3cfbfa9628
commit
b2c29bbab6
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ add_empty_keyword(int *argc, const VALUE **argv, int *kw_splat)
|
|||
|
||||
memcpy(ptr, *argv, sizeof(VALUE)*n);
|
||||
ptr[n] = rb_hash_new();
|
||||
*argc = ++n;
|
||||
*argc = ++n;
|
||||
*argv = ptr;
|
||||
*kw_splat = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue