Use consistent style [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-12-02 23:43:53 +09:00
parent bb0ec7df32
commit f28e79caaa
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
5 changed files with 12 additions and 6 deletions

View file

@ -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;