Skip to content

Commit 536c3cb

Browse files
committed
Remove stray whitespace change
1 parent ff0373a commit 536c3cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/cpython/pyatomic_gcc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ static inline void
549549
_Py_atomic_store_llong_relaxed(long long *obj, long long value)
550550
{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
551551

552+
552553
// --- _Py_atomic_load_ptr_acquire / _Py_atomic_store_ptr_release ------------
553554

554555
static inline void *

0 commit comments

Comments
 (0)