[clang] 28bd794 - [clang-format] NFC remove incorrect whitespace causing documentation issue

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 08:04:16 PDT 2022


Author: mydeveloperday
Date: 2022-09-09T16:03:48+01:00
New Revision: 28bd7945eabdbde2b1fc071ab2f9b78e6e754a1a

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

LOG: [clang-format] NFC remove incorrect whitespace causing documentation issue

Added: 
    

Modified: 
    clang/include/clang/Format/Format.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h
index c1e2fd54cd67..818dbe0c89c7 100644
--- a/clang/include/clang/Format/Format.h
+++ b/clang/include/clang/Format/Format.h
@@ -1775,7 +1775,7 @@ struct FormatStyle {
     /// Change specifiers/qualifiers to be aligned based on ``QualifierOrder``.
     /// With:
     /// \code{.yaml}
-    ///   QualifierOrder: ['inline', 'static' , 'type', 'const']
+    ///   QualifierOrder: ['inline', 'static', 'type', 'const']
     /// \endcode
     ///
     /// \code


        


More information about the cfe-commits mailing list