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

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0391165134fc: [clang-format] NFC update the ClangFormatStyleOption.rst following previous… (authored by MyDeveloperDay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107958/new/

https://reviews.llvm.org/D107958

Files:
  clang/docs/ClangFormatStyleOptions.rst


Index: clang/docs/ClangFormatStyleOptions.rst
===================================================================
--- clang/docs/ClangFormatStyleOptions.rst
+++ clang/docs/ClangFormatStyleOptions.rst
@@ -741,8 +741,7 @@
     enum { A, B } myEnum;
 
     false:
-    enum
-    {
+    enum {
       A,
       B
     } myEnum;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107958.366415.patch
Type: text/x-patch
Size: 324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210814/92064c75/attachment.bin>


More information about the cfe-commits mailing list