aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-21 09:17:29 +0100
committerMartin Liska <mliska@suse.cz>2022-11-21 10:13:44 +0100
commit3d3b561fc3aaceb682ade756c3bb1ebb3f495231 (patch)
tree31d9f9ebdd38498177a0344393712956214ebb41 /libstdc++-v3
parent061839c65de7d04589ced3a4e55ef391e7c66b71 (diff)
downloadgcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.zip
gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.gz
gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.bz2
changelog: Fix extra space after tab.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f6d5b77..98dbad7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -5200,7 +5200,7 @@
2022-03-07 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
* config/locale/vxworks/ctype_members.cc: Remove <iostream>
- include.
+ include.
2022-03-05 Jonathan Wakely <jwakely@redhat.com>
@@ -5360,8 +5360,8 @@
PR libstdc++/104442
* include/bits/atomic_wait.h (__waiter::_M_do_wait_v): Move spin
- loop inside do loop so that threads failing the wait, reload
- _M_ver.
+ loop inside do loop so that threads failing the wait, reload
+ _M_ver.
2022-02-08 Jonathan Wakely <jwakely@redhat.com>