Skip to content

Commit b7147a2

Browse files
committed
We-wonkify some whitespace
1 parent b935996 commit b7147a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/AssociatedTypeInference.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ static void recordTypeWitness(NormalProtocolConformance *conformance,
300300

301301
// Construct the availability of the type witnesses based on the
302302
// availability of the enclosing type and the associated type.
303-
const Decl * availabilitySources[2] = {dc->getAsDecl(), assocType };
303+
const Decl *availabilitySources[2] = { dc->getAsDecl(), assocType };
304304
AvailabilityInference::applyInferredAvailableAttrs(
305305
aliasDecl, availabilitySources, ctx);
306306

0 commit comments

Comments
 (0)