[clang-tools-extra] 9712255 - Fix a minor issue with the documentation; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 09:03:19 PDT 2024


Author: Aaron Ballman
Date: 2024-08-30T12:02:46-04:00
New Revision: 97122550961944f2376f0e84a73cdd5b9e042bc4

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

LOG: Fix a minor issue with the documentation; NFC

Added: 
    

Modified: 
    clang-tools-extra/docs/clang-tidy/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/clang-tidy/Contributing.rst b/clang-tools-extra/docs/clang-tidy/Contributing.rst
index b04809c3308f17..d5303418b859b2 100644
--- a/clang-tools-extra/docs/clang-tidy/Contributing.rst
+++ b/clang-tools-extra/docs/clang-tidy/Contributing.rst
@@ -340,6 +340,7 @@ expression incrementally and use :program:`clang-query`'s ``let`` command to sav
 matching expressions to simplify your matcher.
 
 .. code-block:: console
+
   clang-query> let c1 cxxRecordDecl()
   clang-query> match c1
 


        


More information about the cfe-commits mailing list