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