diff --git a/cobj/codegen.c b/cobj/codegen.c index ece49c9f..b4a8fab0 100644 --- a/cobj/codegen.c +++ b/cobj/codegen.c @@ -3211,7 +3211,8 @@ static void joutput_goto_1(cb_tree x) { joutput_prefix(); joutput("if(true) return Optional.of(contList["); joutput_label_variable(CB_LABEL(cb_ref(x))); - joutput_line("]);\n"); + joutput("]);"); + joutput_newline(); } static void joutput_goto(struct cb_goto *p) {