Fix formatting in ChangeLog
authorJonathan Wakely <redi@gcc.gnu.org>
Fri, 10 Aug 2018 19:04:01 +0000 (20:04 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 10 Aug 2018 19:04:01 +0000 (20:04 +0100)
From-SVN: r263476

libstdc++-v3/ChangeLog

index 347c9e30532712ed6971c8fa7da3983d596463c5..aa90b20410d427575ad0bea25d80b8487b5966e7 100644 (file)
@@ -1,7 +1,7 @@
 2018-08-10  Martin Liska  <mliska@suse.cz>
 
        * 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.