From 2e00f4ca4e91b02ff8e6e2d3f8e5bdd544054cb2 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Thu, 5 Oct 2023 01:12:27 -0700 Subject: [PATCH] [clang-format][doc] Update the Linux kernel coding style URL (cherry picked from commit 8902f12e61aa2d3053ad4d536e36569fc8bc9512) --- clang/docs/ClangFormatStyleOptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 6f02a43..9b293b3 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -5652,7 +5652,7 @@ Examples ======== A style similar to the `Linux Kernel style -`_: +`_: .. code-block:: yaml -- 2.7.4