diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2019-04-23 10:55:36 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-04-23 10:55:36 +0100 |
commit | 70265a0c5bd3e2050ce489ef969e72465e698aa5 (patch) | |
tree | 7663499b3bf55445baef55d8aeb75f88a5b4fa3a | |
parent | 47a468bdbe67a2202f470900de27c5dc98a7e3e0 (diff) | |
download | gcc-70265a0c5bd3e2050ce489ef969e72465e698aa5.zip gcc-70265a0c5bd3e2050ce489ef969e72465e698aa5.tar.gz gcc-70265a0c5bd3e2050ce489ef969e72465e698aa5.tar.bz2 |
Fix whitespace in ChangeLog
From-SVN: r270503
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0949c94..2533fe8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -41,7 +41,7 @@ Cleanup algorithm implementations * include/pstl/glue_algorithm_impl.h (stable_sort): Forward - execution policy. + execution policy. (mismatch): Forward execution policy. (equal): Qualify call to std::equal(). (partial_sort): Forward execution policy. |