]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix whitespace in std::basic_string::_M_construct<bool>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Apr 2025 13:15:51 +0000 (14:15 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 4 Apr 2025 09:00:28 +0000 (10:00 +0100)
libstdc++-v3/ChangeLog:

* include/bits/basic_string.tcc: Fix whitespace.

libstdc++-v3/include/bits/basic_string.tcc

index a5df7cb1f4bce84f83b9c96063b79afe9297cdbe..02230aca5d273a76819d901bc844eb401f3028e5 100644 (file)
@@ -279,11 +279,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
   // Length of string constructed is easier to propagate inter-procedurally
   // than difference between iterators.
   template<typename _CharT, typename _Traits, typename _Alloc>
-     template<bool _Terminated>
+    template<bool _Terminated>
     _GLIBCXX20_CONSTEXPR 
     void
     basic_string<_CharT, _Traits, _Alloc>::
-    _M_construct(const _CharT *__str, size_type __n)
+    _M_construct(const _CharT__str, size_type __n)
     {
       if (__n > size_type(_S_local_capacity))
        {