[clang] 63a3a06 - Fix the clang Sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 30 06:00:39 PDT 2022


Author: Aaron Ballman
Date: 2022-10-30T08:59:33-04:00
New Revision: 63a3a067d0ad5b243dbd9f993c2515dcc630cce2

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

LOG: Fix the clang Sphinx build

This should address the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/34906

Added: 
    

Modified: 
    clang/docs/ClangFormatStyleOptions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 1911af6511b0..0416190a2fd5 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -914,6 +914,7 @@ the configuration (without a prefix: ``Auto``).
 
 
       int abcdef; // aligned
+
     And with ``MaxEmptyLinesToKeep`` is 2 and ``OverEmptyLines`` is 1,
 
     .. code-block:: c++


        


More information about the cfe-commits mailing list