Skip to content

Commit a2597f5

Browse files
committed
[FOLD] format
1 parent f2d28e4 commit a2597f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaTemplateInstantiateDecl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,8 +2277,8 @@ Decl *TemplateDeclInstantiator::VisitFunctionDecl(
22772277
Function->setInstantiationOfMemberFunction(D, TSK_ImplicitInstantiation);
22782278
} else if (!isFriend) {
22792279
// If this is not a function template, and this is not a friend (that is,
2280-
// this is a locally declared function), save the instantiation relationship
2281-
// for the purposes of constraint instantiation.
2280+
// this is a locally declared function), save the instantiation
2281+
// relationship for the purposes of constraint instantiation.
22822282
Function->setInstantiatedFromDecl(D);
22832283
}
22842284
}

0 commit comments

Comments
 (0)