mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Adjust styles [ci skip]
This commit is contained in:
parent
8b9d4b2ce6
commit
f42230ff22
14 changed files with 47 additions and 24 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue