Author: sstwcw
Date: 2026-05-10T00:46:01Z
New Revision: 6ae9317f471632a3677dc88061adcee518f280eb

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

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

This reverts commit a058bae4d2e2a3aadf0aa77c8ab2de7b4005efae.

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())


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

Reply via email to