[clang] bf449be - [docs] Add missing empty line before lists

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 14 03:42:31 PDT 2023


Author: Simon Pilgrim
Date: 2023-06-14T11:42:09+01:00
New Revision: bf449be9677bf9fd8c591512cfba152250170432

URL: https://github.com/llvm/llvm-project/commit/bf449be9677bf9fd8c591512cfba152250170432
DIFF: https://github.com/llvm/llvm-project/commit/bf449be9677bf9fd8c591512cfba152250170432.diff

LOG: [docs] Add missing empty line before lists

Added: 
    

Modified: 
    clang/docs/Multilib.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/Multilib.rst b/clang/docs/Multilib.rst
index 78a300a60f8bc..e50bd367cd401 100644
--- a/clang/docs/Multilib.rst
+++ b/clang/docs/Multilib.rst
@@ -59,6 +59,7 @@ Multilib processing
 
 Clang goes through the following steps to use multilib from a configuration
 file:
+
 #. Normalize command line options. Clang can accept the same
    information via 
diff erent options - for example,
    ``--target=arm-none-eabi -march=armv7-m`` and
@@ -91,6 +92,7 @@ matches.
 
 It is up to the ToolChain subclass to decide what to do in this case.
 There are two options permitted:
+
 #. Use only the *last* matching multilib variant. This option exists primarily
    for compatibility with the previous multilib design.
 #. Use all matching variants, thereby layering them.


        


More information about the cfe-commits mailing list