[committed] libstdc++: Remove trailing whitespace in <syncstream>

Message ID CACb0b4kziXXKqSRsqqz3eZi831v0RiNh_m47PX0V5sL05zxh9A@mail.gmail.com
State Committed
Headers
Series [committed] libstdc++: Remove trailing whitespace in <syncstream> |

Commit Message

Jonathan Wakely Sept. 11, 2025, 9:58 a.m. UTC
  libstdc++-v3/ChangeLog:

           * include/std/syncstream: Remove trailing whitespace.

---

Pushed to trunk.
  

Patch

diff --git a/libstdc++-v3/include/std/syncstream
b/libstdc++-v3/include/std/syncstream
index 92fbbdc760e7..1e1759714c69 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);
       }