From 00b1dd82d72f4000c26c28e1471128569255dadc Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 14 Jun 2023 12:49:07 +0100 Subject: [PATCH] [docs] Add missing empty line at start of code-block --- clang/docs/Multilib.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/Multilib.rst b/clang/docs/Multilib.rst index e50bd36..a04eae4 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! -- 2.7.4