https://github.com/sstwcw created 
https://github.com/llvm/llvm-project/pull/196523

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

>From 88591fa3f4c35a319cde2360c35731a4021e4837 Mon Sep 17 00:00:00 2001
From: sstwcw <[email protected]>
Date: Fri, 8 May 2026 12:39:38 +0000
Subject: [PATCH] [clang-format][NFC] Format with the new formatter

https://github.com/llvm/llvm-project/pull/173152#issuecomment-4403491044
---
 clang/lib/Format/BreakableToken.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

Reply via email to