Add a new line between function definitions [ci skip]

This commit is contained in:
Yuichiro Kaneko 2023-09-10 19:46:12 +09:00 committed by GitHub
parent b5914a72a9
commit 16882d4ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-09-10 10:46:33 +00:00
Merged: https://github.com/ruby/ruby/pull/8408

Merged-By: nobu <nobu@ruby-lang.org>

View File

@ -12162,6 +12162,7 @@ value_expr_gen(struct parser_params *p, NODE *node)
}
return TRUE;
}
static void
void_expr(struct parser_params *p, NODE *node)
{