mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use consistent style [ci skip]
This commit is contained in:
parent
bb0ec7df32
commit
f28e79caaa
5 changed files with 12 additions and 6 deletions
|
@ -3924,7 +3924,8 @@ rb_class_ivar_set(VALUE obj, ID key, VALUE value)
|
|||
}
|
||||
|
||||
static int
|
||||
tbl_copy_i(st_data_t key, st_data_t val, st_data_t dest) {
|
||||
tbl_copy_i(st_data_t key, st_data_t val, st_data_t dest)
|
||||
{
|
||||
rb_class_ivar_set(dest, key, val);
|
||||
|
||||
return ST_CONTINUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue