Skip to content

Commit bf5f3d0

Browse files
committed
Fix coding style
1 parent f8d3ace commit bf5f3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ void read_expr_operand(block_t *parent, basic_block_t **bb)
21082108
add_insn(parent, *bb, OP_allocat, compound_var, NULL, NULL, 0,
21092109
NULL);
21102110
parse_array_compound_literal(compound_var, parent, bb, true);
2111-
2111+
21122112
if (compound_var->array_size == 0) {
21132113
compound_var->init_val = 0;
21142114
add_insn(parent, *bb, OP_load_constant, compound_var, NULL,

0 commit comments

Comments
 (0)