[libc++][NFC] Fix release note indentation

NOKEYCHECK=True
GitOrigin-RevId: 5871969048e4bb62efc97f25a8038604501ecead
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 3fe838c..fb96a4f 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -153,11 +153,11 @@
 
         $ cmake -S <monorepo>/runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" <LIBCXX-OPTIONS> <LIBCXXABI-OPTIONS>
 
-  - Support for building the runtimes using the GCC 32 bit multilib flag (``-m32``) has been removed. Support
-    for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
-    a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
-    your bootstrapping build:
+- Support for building the runtimes using the GCC 32 bit multilib flag (``-m32``) has been removed. Support
+  for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
+  a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
+  your bootstrapping build:
 
-    .. code-block:: bash
+  .. code-block:: bash
 
-        -DLLVM_RUNTIME_TARGETS=i386-unknown-linux
+      -DLLVM_RUNTIME_TARGETS=i386-unknown-linux