From 02b43440e3abcd1474c776759dc3590aa99adaec Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Wed, 5 Nov 2025 17:34:27 -0500 Subject: [PATCH] Remove trailing whitespace --- pythoncapi_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythoncapi_compat.h b/pythoncapi_compat.h index 04378bd..bb45c18 100644 --- a/pythoncapi_compat.h +++ b/pythoncapi_compat.h @@ -2258,7 +2258,7 @@ static inline int PyUnstable_TryIncRef(PyObject *op) #endif return 1; } - + // _Py_TryIncRefShared() Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&op->ob_ref_shared); for (;;) {