Author: sstwcw
Date: 2026-05-10T01:18:42Z
New Revision: cabe3fac231f716dd117840d330968c5f6261535

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

LOG: Revert "[clang-format][NFC] Format with the new formatter" (#196771)

Reverts llvm/llvm-project#196523

Added: 
    

Modified: 
    clang/lib/Format/BreakableToken.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Format/BreakableToken.cpp 
b/clang/lib/Format/BreakableToken.cpp
index 98d357c78bb7c..9571a64797a2d 100644
--- a/clang/lib/Format/BreakableToken.cpp
+++ b/clang/lib/Format/BreakableToken.cpp
@@ -680,7 +680,7 @@ const llvm::StringSet<>
     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())


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

Reply via email to