stdlib: coding style: when colon specifies is-a relationship, we put

spaces on both sides of it

Swift SVN r23935
This commit is contained in:
Dmitri Hrybenko
2014-12-15 06:55:30 +00:00
parent c0b5b94cfc
commit 397d2fb8c3
6 changed files with 47 additions and 49 deletions

View File

@@ -289,7 +289,7 @@ public func _stdlib_compareNSStringDeterministicUnicodeCollation(
)-> Int32
#endif
extension String: Equatable {
extension String : Equatable {
}
public func ==(lhs: String, rhs: String) -> Bool {