From: Jonathan Wakely Date: Thu, 3 Apr 2025 13:15:51 +0000 (+0100) Subject: libstdc++: Fix whitespace in std::basic_string::_M_construct X-Git-Tag: basepoints/gcc-16~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b884f3d6335539447d32c6462cc4ef52e30e273;p=thirdparty%2Fgcc.git libstdc++: Fix whitespace in std::basic_string::_M_construct libstdc++-v3/ChangeLog: * include/bits/basic_string.tcc: Fix whitespace. --- diff --git a/libstdc++-v3/include/bits/basic_string.tcc b/libstdc++-v3/include/bits/basic_string.tcc index a5df7cb1f4b..02230aca5d2 100644 --- a/libstdc++-v3/include/bits/basic_string.tcc +++ b/libstdc++-v3/include/bits/basic_string.tcc @@ -279,11 +279,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION // Length of string constructed is easier to propagate inter-procedurally // than difference between iterators. template - template + template _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)) {