[clang] 0391165 - [clang-format] NFC update the ClangFormatStyleOption.rst following previous change

via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 14 02:42:00 PDT 2021


Author: mydeveloperday
Date: 2021-08-14T10:41:58+01:00
New Revision: 0391165134fc2d19fd13170d87724c3b7bd7366e

URL: https://github.com/llvm/llvm-project/commit/0391165134fc2d19fd13170d87724c3b7bd7366e
DIFF: https://github.com/llvm/llvm-project/commit/0391165134fc2d19fd13170d87724c3b7bd7366e.diff

LOG: [clang-format] NFC update the ClangFormatStyleOption.rst following previous change

clang/docs/tool/dump_format_style.py was not run as part of  {D99840}

Bring ClangFormatStyleOptions.rst back in line.

Reviewed By: HazardyKnusperkeks

Differential Revision: https://reviews.llvm.org/D107958

Added: 
    

Modified: 
    clang/docs/ClangFormatStyleOptions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 96d89db7a5ccf..5bd5ae1f080e4 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -741,8 +741,7 @@ the configuration (without a prefix: ``Auto``).
     enum { A, B } myEnum;
 
     false:
-    enum
-    {
+    enum {
       A,
       B
     } myEnum;


        


More information about the cfe-commits mailing list