From: Jonathan Wakely Date: Fri, 10 Aug 2018 19:04:01 +0000 (+0100) Subject: Fix formatting in ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6894c57b1e2c9068471f26f3d8d4f3f374126f52;p=gcc.git Fix formatting in ChangeLog From-SVN: r263476 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 347c9e30532..aa90b20410d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,7 +1,7 @@ 2018-08-10 Martin Liska * libsupc++/new_op.cc (new): Remove __builtin_expect as malloc - predictor can handle that. + predictor can handle that. * libsupc++/new_opa.cc: Likewise. * libsupc++/new_opnt.cc (new): Likewise. @@ -51,7 +51,8 @@ * include/bits/stl_algo.h (__rotate(_Ite, _Ite, _Ite, forward_iterator_tag)) (__rotate(_Ite, _Ite, _Ite, bidirectional_iterator_tag)) - (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code duplication... + (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code + duplication... (rotate(_Ite, _Ite, _Ite)): ...here. (__stable_partition_adaptive(_FIt, _FIt, _Pred, _Dist, _Pointer, _Dist)): Simplify rotate call.