[clang] 2fd2f26 - [clang][doc] Removes an extra space.

Mark de Wever via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 14 06:17:16 PDT 2022


Author: Mark de Wever
Date: 2022-08-14T15:16:43+02:00
New Revision: 2fd2f2644b45c6e95b7554c9a9c28daff01fc3cb

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

LOG: [clang][doc] Removes an extra space.

Added: 
    

Modified: 
    clang/docs/ClangFormatStyleOptions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index ffd61ee2a1ae4..d3e1d71fd04b7 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -3567,7 +3567,7 @@ the configuration (without a prefix: ``Auto``).
 
     .. code-block:: yaml
 
-      QualifierOrder: ['inline', 'static' , 'type', 'const']
+      QualifierOrder: ['inline', 'static', 'type', 'const']
 
 
     .. code-block:: c++


        


More information about the cfe-commits mailing list