[gardening] if ([space]…[space]) → if (…), for(…) → for (…), while(…) → while (…), [[space]x, y[space]] → [x, y]

This commit is contained in:
practicalswift
2016-04-04 16:22:11 +02:00
parent 336b7198f7
commit abfecfde17
85 changed files with 214 additions and 214 deletions

View File

@@ -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