From: Jonathan Wakely Date: Wed, 13 May 2026 23:39:43 +0000 (+0100) Subject: libstdc++: Remove trailing whitespace in shared_ptr_atomic.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b23054f18ccde71eec9eba9a201eff2033b503;p=thirdparty%2Fgcc.git libstdc++: Remove trailing whitespace in shared_ptr_atomic.h libstdc++-v3/ChangeLog: * include/bits/shared_ptr_atomic.h: Remove trailing whitespace. --- diff --git a/libstdc++-v3/include/bits/shared_ptr_atomic.h b/libstdc++-v3/include/bits/shared_ptr_atomic.h index cfd821a0064..b8c9427d9ec 100644 --- a/libstdc++-v3/include/bits/shared_ptr_atomic.h +++ b/libstdc++-v3/include/bits/shared_ptr_atomic.h @@ -501,7 +501,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION { auto __old_ptr = __ptr; _GLIBCXX_TSAN_MUTEX_PRE_UNLOCK(&_M_val); - uintptr_t __old_pi + uintptr_t __old_pi = _AtomicRef(&_M_val).fetch_sub(1, memory_order_relaxed) - 1u; _GLIBCXX_TSAN_MUTEX_POST_UNLOCK(&_M_val);