Skip to content

Commit 44c8e14

Browse files
authored
Remove trailing whitespace (#160)
1 parent c44469c commit 44c8e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythoncapi_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ static inline int PyUnstable_TryIncRef(PyObject *op)
22582258
#endif
22592259
return 1;
22602260
}
2261-
2261+
22622262
// _Py_TryIncRefShared()
22632263
Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&op->ob_ref_shared);
22642264
for (;;) {

0 commit comments

Comments
 (0)