summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-27 18:42:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-27 18:42:27 +0900
commitf42230ff2210647d480d02a381065359be993015 (patch)
treeb56f825079885aa90cb274bf76a602bafdeec0e8 /compile.c
parent8b9d4b2ce64d496454428292b8d723878906c966 (diff)
downloadruby-f42230ff2210647d480d02a381065359be993015.tar.gz
Adjust styles [ci skip]
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index dc8ed45946..6a9ed2a5d0 100644
--- a/compile.c
+++ b/compile.c
@@ -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");
}