Skip to content

Commit 94079e1

Browse files
author
v01dxyz
committed
fmt
1 parent 3d18b08 commit 94079e1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

clang/unittests/AST/AttrTest.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,14 @@ TEST(Attr, AnnotateType) {
187187
}
188188

189189
{
190-
for(auto should_have_func_type_loc: {
191-
"f_macro_attribue",
192-
"f_paren_attribute",
193-
"f_w_paren_and_attr",
194-
}) {
190+
for (auto should_have_func_type_loc : {
191+
"f_macro_attribue",
192+
"f_paren_attribute",
193+
"f_w_paren_and_attr",
194+
}) {
195195
llvm::errs() << "O: " << should_have_func_type_loc << "\n";
196-
const FunctionDecl *Func = getFunctionNode(AST.get(), should_have_func_type_loc);
196+
const FunctionDecl *Func =
197+
getFunctionNode(AST.get(), should_have_func_type_loc);
197198

198199
EXPECT_TRUE(Func->getFunctionTypeLoc());
199200
}

0 commit comments

Comments
 (0)