Skip to content

Commit a7b5ec0

Browse files
BeyondMagicCopilot
andauthored
style(optimizer): use next line braces
Co-authored-by: Copilot <[email protected]>
1 parent 787b0bb commit a7b5ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/optimizer.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ static char *expr_make_key(const AstExpr *expr)
611611
}
612612
}
613613

614-
static void eliminate_unreachable(AstStmtList *list) {
614+
static void eliminate_unreachable(AstStmtList *list)
615+
{
615616
if (!list) return;
616617

617618
int after_return = 0;

0 commit comments

Comments
 (0)