owenca wrote:

Looks like this patch caused `ninja clang-format-check-format` to fail on 
`BreakableToken.cpp`:
```diff
@@ -680,7 +680,7 @@
     BreakableBlockComment::ContentIndentingJavadocAnnotations = {
         "@param", "@return",     "@returns", "@throws",  "@type", "@template",
         "@see",   "@deprecated", "@define",  "@exports", "@mods", "@private",
-};
+    };
 
 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const {
   if (!Style.isJava() && !Style.isJavaScript())
```

https://github.com/llvm/llvm-project/pull/173152
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to