]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix indentation in std::list::emplace_back
authorJonathan Wakely <jwakely@redhat.com>
Fri, 15 Nov 2024 00:00:38 +0000 (00:00 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 15 Nov 2024 00:01:51 +0000 (00:01 +0000)
libstdc++-v3/ChangeLog:

* include/bits/stl_list.h (list::emplace_back): Fix indentation.

libstdc++-v3/include/bits/stl_list.h

index 3c313cec1d89f6ce8fc4850b7903ba05da29a739..7deb04b4bfe42aa53162d14b981cd77be29de19c 100644 (file)
@@ -1410,7 +1410,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11
        {
          this->_M_insert(end(), std::forward<_Args>(__args)...);
 #if __cplusplus > 201402L
-       return back();
+         return back();
 #endif
        }
 #endif