From: Jonathan Wakely Date: Thu, 11 Sep 2025 09:36:22 +0000 (+0100) Subject: libstdc++: Remove trailing whitespace in X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b27e8471327f14436e711cd2036d70b76515a6d;p=thirdparty%2Fgcc.git libstdc++: Remove trailing whitespace in libstdc++-v3/ChangeLog: * include/std/syncstream: Remove trailing whitespace. --- diff --git a/libstdc++-v3/include/std/syncstream b/libstdc++-v3/include/std/syncstream index 92fbbdc760e..1e1759714c6 100644 --- a/libstdc++-v3/include/std/syncstream +++ b/libstdc++-v3/include/std/syncstream @@ -201,7 +201,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION mutex* _M_mtx = nullptr; __mutex(void* __t) // __t is the underlying sbuf, as hash seed. - { + { extern mutex& __syncbuf_get_mutex(void*); // in src/c++20/syncbuf.cc if (__t) _M_mtx = &__syncbuf_get_mutex(__t); }