Skip to content

Commit 38f871d

Browse files
committed
Fix indentation
1 parent 7862062 commit 38f871d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/assemble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ assemble_emit(struct assembler *a, instr_sequence *instrs,
448448
RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_except_table));
449449

450450
a->a_linetable = PyBytesWriter_FinishWithSize(a->a_linetable_writer,
451-
a->a_location_off);
451+
a->a_location_off);
452452
a->a_linetable_writer = NULL;
453453
if (a->a_linetable == NULL) {
454454
return ERROR;

0 commit comments

Comments
 (0)