diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-09-11 10:36:22 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-09-11 10:36:56 +0100 |
commit | 1b27e8471327f14436e711cd2036d70b76515a6d (patch) | |
tree | fad85f8aaad254dcd36ad25e702672f6c5df977b | |
parent | 0887961f9e0e7ea6b417bfb02787cfdaea41dbe4 (diff) | |
download | gcc-1b27e8471327f14436e711cd2036d70b76515a6d.zip gcc-1b27e8471327f14436e711cd2036d70b76515a6d.tar.gz gcc-1b27e8471327f14436e711cd2036d70b76515a6d.tar.bz2 |
libstdc++: Remove trailing whitespace in <syncstream>
libstdc++-v3/ChangeLog:
* include/std/syncstream: Remove trailing whitespace.
-rw-r--r-- | libstdc++-v3/include/std/syncstream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/syncstream b/libstdc++-v3/include/std/syncstream index 92fbbdc..1e17597 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); } |