Skip to content

Commit cde4bb7

Browse files
committed
format
1 parent aa7fcb9 commit cde4bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaTemplateInstantiate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,14 +627,14 @@ Sema::InstantiatingTemplate::InstantiatingTemplate(
627627
Inst.DeductionInfo = DeductionInfo;
628628
Inst.InstantiationRange = InstantiationRange;
629629
Inst.InConstraintSubstitution =
630-
Inst.Kind == CodeSynthesisContext::ConstraintSubstitution;
630+
Inst.Kind == CodeSynthesisContext::ConstraintSubstitution;
631631
Inst.InParameterMappingSubstitution =
632632
Inst.Kind == CodeSynthesisContext::ParameterMappingSubstitution;
633633
if (!SemaRef.CodeSynthesisContexts.empty()) {
634634
Inst.InConstraintSubstitution |=
635635
SemaRef.CodeSynthesisContexts.back().InConstraintSubstitution;
636636
Inst.InParameterMappingSubstitution |=
637-
SemaRef.CodeSynthesisContexts.back().InParameterMappingSubstitution;\
637+
SemaRef.CodeSynthesisContexts.back().InParameterMappingSubstitution;
638638
}
639639

640640
Invalid = SemaRef.pushCodeSynthesisContext(Inst);

0 commit comments

Comments
 (0)