Skip to content

Commit a076a0d

Browse files
Update Python/codegen.c
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 3eb088d commit a076a0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/codegen.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4972,7 +4972,8 @@ codegen_with_inner(compiler *c, stmt_ty s, int pos)
49724972
}
49734973

49744974
static int
4975-
codegen_with(compiler *c, stmt_ty s) {
4975+
codegen_with(compiler *c, stmt_ty s)
4976+
{
49764977
return codegen_with_inner(c, s, 0);
49774978
}
49784979

0 commit comments

Comments
 (0)