libstdc++: Remove trailing whitespace in <syncstream>

libstdc++-v3/ChangeLog:

	* include/std/syncstream: Remove trailing whitespace.
This commit is contained in:
Jonathan Wakely
2025-09-11 10:36:22 +01:00
committed by Jonathan Wakely
parent 0887961f9e
commit 1b27e84713

View File

@@ -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);
}