8000 Fix style in compile.c · python/cpython@914d0a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 914d0a0

Browse files
committed
Fix style in compile.c
1 parent bdc9942 commit 914d0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/compile.c

Lines changed: 2 additions & 2 deletions
6B1D
Original file line numberDiff line numberDiff line change
@@ -1949,8 +1949,8 @@ compiler_default_arguments(struct compiler *c, arguments_ty args)
19491949
return funcflags;
19501950
}
19511951

1952-
static int corrected_firstlineno(struct compiler *c, stmt_ty s,
1953-
asdl_seq * decos)
1952+
static int
1953+
corrected_firstlineno(struct compiler *c, stmt_ty s, asdl_seq * decos)
19541954
{
19551955
/* To keep the ability to get the relevant source of a decorated item
19561956
using inspect.getsource, we need to keep the first line number

0 commit comments

Comments
 (0)
0