[gardening] Fix accidental trailing whitespace.

This commit is contained in:
practicalswift
2016-10-29 10:22:58 +02:00
parent 3616567dbd
commit cc852042c9
165 changed files with 1002 additions and 1002 deletions

View File

@@ -236,7 +236,7 @@ extension CGFloat : _ObjectiveCBridgeable {
precondition(tag == .SwiftCGFloat,
"NSNumber does not contain right type to be cast to CGFloat")
}
result = CGFloat(x)
}