Skip to content

Commit af3a0f9

Browse files
committed
trim trailing whitespace
1 parent 5b82b94 commit af3a0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/codegen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ codegen_deferred_annotations_body(compiler *c, location loc,
799799
return ERROR;
800800
}
801801
// NOTE: ref of mangled can be leaked on ADDOP* and VISIT macros due to early returns
802-
// fixing would require an overhaul of these macros
802+
// fixing would require an overhaul of these macros
803803

804804
PyObject *cond_index = PyList_GET_ITEM(conditional_annotation_indices, i);
805805
assert(PyLong_CheckExact(cond_index));

0 commit comments

Comments
 (0)