[clang] a058bae - [clang-format][NFC] Format with the new formatter (#196523)

via cfe-commits cfe-commits at lists.llvm.org
Fri May 8 06:06:30 PDT 2026


Author: sstwcw
Date: 2026-05-08T13:06:25Z
New Revision: a058bae4d2e2a3aadf0aa77c8ab2de7b4005efae

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

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

https://github.com/llvm/llvm-project/pull/173152#issuecomment-4403491044

Added: 
    

Modified: 
    clang/lib/Format/BreakableToken.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Format/BreakableToken.cpp b/clang/lib/Format/BreakableToken.cpp
index 9571a64797a2d..98d357c78bb7c 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())


        


More information about the cfe-commits mailing list