[gcc/devel/c++-modules] libstdc++: Fix whitespace in Changelog

Nathan Sidwell nathan@gcc.gnu.org
Fri May 8 18:59:49 GMT 2020


https://gcc.gnu.org/g:91d505491c7deda61de04dd64da008e0205abf74

commit 91d505491c7deda61de04dd64da008e0205abf74
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu May 7 21:47:49 2020 +0100

    libstdc++: Fix whitespace in Changelog

Diff:
---
 libstdc++-v3/ChangeLog | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3b8e6d94f87..a2ff49d9e51 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -27,14 +27,14 @@
 
 2020-05-06  François Dumont  <fdumont@gcc.gnu.org>
 
-        * include/bits/stl_algobase.h (struct _Bit_iterator): New declaration.
-        (std::__fill_a1(_Bit_iterator, _Bit_iterator, const bool&)): Likewise.
-        * include/bits/stl_bvector.h (__fill_bvector): Move outside
-        _GLIBCXX_STD_C namespace.
-        (fill(_Bit_iterator, _Bit_iterator, const bool&)): Likewise and rename
-        into...
-        (__fill_a1): ...this.
-        * testsuite/25_algorithms/fill/bvector/1.cc: New.
+	* include/bits/stl_algobase.h (struct _Bit_iterator): New declaration.
+	(std::__fill_a1(_Bit_iterator, _Bit_iterator, const bool&)): Likewise.
+	* include/bits/stl_bvector.h (__fill_bvector): Move outside
+	_GLIBCXX_STD_C namespace.
+	(fill(_Bit_iterator, _Bit_iterator, const bool&)): Likewise and rename
+	into...
+	(__fill_a1): ...this.
+	* testsuite/25_algorithms/fill/bvector/1.cc: New.
 
 2020-05-06  H.J. Lu  <hongjiu.lu@intel.com>


More information about the Libstdc++-cvs mailing list