Skip to content

Commit 02592fc

Browse files
committed
[clang][NFC] Fix formatting issue
1 parent 78de4db commit 02592fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Sema/SemaTemplateDeductionGuide.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,9 @@ struct ConvertConstructorToDeductionGuideTransform {
656656
// typedefs, avoiding triggering instantiation of the deduced type during
657657
// deduction.
658658
NewTSI = ExtractTypeForDeductionGuide(
659-
SemaRef, MaterializedTypedefs, NestedPattern,
660-
TransformingOuterPatterns ? &Args : nullptr)
661-
.transform(NewTSI);
659+
SemaRef, MaterializedTypedefs, NestedPattern,
660+
TransformingOuterPatterns ? &Args : nullptr)
661+
.transform(NewTSI);
662662
if (!NewTSI)
663663
return nullptr;
664664
// Resolving a wording defect, we also inherit default arguments from the

0 commit comments

Comments
 (0)