From 1b27e8471327f14436e711cd2036d70b76515a6d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 11 Sep 2025 10:36:22 +0100 Subject: [PATCH] libstdc++: Remove trailing whitespace in libstdc++-v3/ChangeLog: * include/std/syncstream: Remove trailing whitespace. --- libstdc++-v3/include/std/syncstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3