mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] if ([space]…[space]) → if (…), for(…) → for (…), while(…) → while (…), [[space]x, y[space]] → [x, y]
This commit is contained in:
@@ -857,7 +857,7 @@ void ConstraintGraph::removeEdge(Constraint *constraint) {
|
||||
|
||||
void ConstraintGraph::optimize() {
|
||||
// Merge equivalence classes until a fixed point is reached.
|
||||
while(contractEdges()) {}
|
||||
while (contractEdges()) {}
|
||||
}
|
||||
|
||||
#pragma mark Debugging output
|
||||
|
||||
Reference in New Issue
Block a user