[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

@@ -206,7 +206,7 @@ sortIsUnstableForComparable = """\
}%
% for Self in [ 'Sequence', 'MutableCollection' ]:
% for Self in ['Sequence', 'MutableCollection']:
extension ${Self} where Self.Iterator.Element : Comparable {
${sortedDocCommentForComparable}