ghvg1313 added a comment.

In D77039#1967224 <https://reviews.llvm.org/D77039#1967224>, @MyDeveloperDay 
wrote:

> what is changing in clang/docs/ClangFormatStyleOptions.rst? if nothing then 
> remove from the diff


there's an indentation issue, this changes the example of the doc from:

  - (void)_aMethod
       {
          [self.test1 t:self
                       w:self
              callback:^(typeof(self) self, NSNumber *u, NSNumber *v) {
                  u = c;
               }]
  }

to

  - (void)_aMethod
  {
     [self.test1 t:self
                 w:self
          callback:^(typeof(self) self, NSNumber *u, NSNumber *v) {
              u = c;
          }]
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77039



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to