Skip to content

Commit 4e17871

Browse files
committed
SIL: Fix formatting
1 parent 59b1f11 commit 4e17871

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/SILGen/SILGenPoly.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5438,7 +5438,10 @@ CanSILFunctionType SILGenFunction::buildThunkType(
54385438
SubstitutionMap &interfaceSubs,
54395439
CanType &dynamicSelfType,
54405440
bool withoutActuallyEscaping) {
5441-
return buildSILFunctionThunkType(&F, sourceType, expectedType, inputSubstType, outputSubstType, genericEnv, interfaceSubs, dynamicSelfType, withoutActuallyEscaping);
5441+
return buildSILFunctionThunkType(
5442+
&F, sourceType, expectedType, inputSubstType, outputSubstType,
5443+
genericEnv, interfaceSubs, dynamicSelfType,
5444+
withoutActuallyEscaping);
54425445
}
54435446

54445447
static ManagedValue createPartialApplyOfThunk(SILGenFunction &SGF,

0 commit comments

Comments
 (0)