Skip to content

Commit 9a4bf0f

Browse files
authored
Apply git clang tidy suggestion
1 parent 7cf1014 commit 9a4bf0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ TEST(FunctionReflectionTest, GetFunctionSignature) {
626626
}
627627

628628
TEST(FunctionReflectionTest, IsTemplatedFunction) {
629-
std::vector<Decl*> Decls, SubDeclsC1;
629+
std::vector<Decl*> Decls;
630+
std::vector<Decl*> SubDeclsC1;
630631
std::string code = R"(
631632
void f1(int a) {}
632633

0 commit comments

Comments
 (0)