]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove trailing whitespace in <syncstream>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 11 Sep 2025 09:36:22 +0000 (10:36 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 11 Sep 2025 09:36:56 +0000 (10:36 +0100)
libstdc++-v3/ChangeLog:

* include/std/syncstream: Remove trailing whitespace.

libstdc++-v3/include/std/syncstream

index 92fbbdc760e76454227231087256c85092bbda8a..1e1759714c690dfb0fff41eb0156a5e4d55361fa 100644 (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);
        }