Adjust styles [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-07-27 18:42:27 +09:00
parent 8b9d4b2ce6
commit f42230ff22
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
14 changed files with 47 additions and 24 deletions

View file

@ -4837,7 +4837,8 @@ struct masgn_state {
};
static int
add_masgn_lhs_node(struct masgn_state *state, int lhs_pos, const NODE *line_node, int argc, INSN *before_insn) {
add_masgn_lhs_node(struct masgn_state *state, int lhs_pos, const NODE *line_node, int argc, INSN *before_insn)
{
if (!state) {
rb_bug("no masgn_state");
}