Adjust styles [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-03-08 14:02:46 +09:00
parent 677c3228d0
commit 00d6772e40
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
3 changed files with 6 additions and 3 deletions

View file

@ -408,7 +408,8 @@ struct cvc_table_copy_ctx {
};
static enum rb_id_table_iterator_result
cvc_table_copy(ID id, VALUE val, void *data) {
cvc_table_copy(ID id, VALUE val, void *data)
{
struct cvc_table_copy_ctx *ctx = (struct cvc_table_copy_ctx *)data;
struct rb_cvar_class_tbl_entry * orig_entry;
orig_entry = (struct rb_cvar_class_tbl_entry *)val;