mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Remove trailing whitespace in <syncstream>
libstdc++-v3/ChangeLog: * include/std/syncstream: Remove trailing whitespace.
This commit is contained in:
committed by
Jonathan Wakely
parent
0887961f9e
commit
1b27e84713
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user