[libc++][NFC] Reindent release notes bullet points
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 16 Mar 2022 21:26:26 +0000 (17:26 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 16 Mar 2022 21:26:32 +0000 (17:26 -0400)
libcxx/docs/ReleaseNotes.rst

index ce35d57..bc3251e 100644 (file)
@@ -38,13 +38,13 @@ What's New in Libc++ 15.0.0?
 New Features
 ------------
 
- - Implemented P0627R6 (Function to mark unreachable code)
+- Implemented P0627R6 (Function to mark unreachable code)
 
- - Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
+- Implemented P1165R1 (Make stateful allocator propagation more consistent for ``operator+(basic_string)``)
 
- - `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
-   "heapsort with bounce" to reduce the number of comparisons, and rearranges
-   elements using move-assignment instead of `swap`.
+- `pop_heap` now uses an algorithm known as "bottom-up heapsort" or
+  "heapsort with bounce" to reduce the number of comparisons, and rearranges
+  elements using move-assignment instead of `swap`.
 
 API Changes
 -----------