Skip to content

Commit 9bdd3f5

Browse files
committed
Remove trailing whitespace in crossinterp.c
1 parent 2851d28 commit 9bdd3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/crossinterp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ _PyXIData_CleanupRegistry(PyInterpreterState *interp)
6060
void *data = curr->data;
6161
xid_freefunc free_func = curr->free;
6262
PyObject *obj = curr->obj;
63-
63+
6464
int expected = _PyXIData_STATUS_ACTIVE;
6565
if (_Py_atomic_compare_exchange_int(&curr->status, &expected, _PyXIData_STATUS_CLAIMED_BY_SENDER_TEARDOWN)) {
6666
if (free_func != NULL) {

0 commit comments

Comments
 (0)