[clang] 00b1dd8 - [docs] Add missing empty line at start of code-block
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 14 04:49:31 PDT 2023
Author: Simon Pilgrim
Date: 2023-06-14T12:49:07+01:00
New Revision: 00b1dd82d72f4000c26c28e1471128569255dadc
URL: https://github.com/llvm/llvm-project/commit/00b1dd82d72f4000c26c28e1471128569255dadc
DIFF: https://github.com/llvm/llvm-project/commit/00b1dd82d72f4000c26c28e1471128569255dadc.diff
LOG: [docs] Add missing empty line at start of code-block
Added:
Modified:
clang/docs/Multilib.rst
Removed:
################################################################################
diff --git a/clang/docs/Multilib.rst b/clang/docs/Multilib.rst
index e50bd367cd401..a04eae4b1e216 100644
--- a/clang/docs/Multilib.rst
+++ b/clang/docs/Multilib.rst
@@ -151,6 +151,7 @@ For a more comprehensive example see
``clang/test/Driver/baremetal-multilib.yaml`` in the ``llvm-project`` sources.
.. code-block:: yaml
+
# multilib.yaml
# This format is experimental and is likely to change!
More information about the cfe-commits
mailing list