Skip to content

Commit 08c7423

Browse files
committed
[NFC] Run clang-format on constructor-template.cpp
1 parent 790d151 commit 08c7423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/SemaDeclCXX.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10921,8 +10921,7 @@ void Sema::CheckConstructor(CXXConstructorDecl *Constructor) {
1092110921
// parameters have default arguments.
1092210922
if (!Constructor->isInvalidDecl() &&
1092310923
Constructor->hasOneParamOrDefaultArgs() &&
10924-
!Constructor->isFunctionTemplateSpecialization()
10925-
) {
10924+
!Constructor->isFunctionTemplateSpecialization()) {
1092610925
QualType ParamType = Constructor->getParamDecl(0)->getType();
1092710926
QualType ClassTy = Context.getTagDeclType(ClassDecl);
1092810927
if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {

0 commit comments

Comments
 (0)