[stdlib] 80-column / endline layout fix

Swift SVN r19227
This commit is contained in:
Dave Abrahams
2014-06-26 08:53:50 +00:00
parent 9a635e8d78
commit 321d608935

View File

@@ -924,8 +924,8 @@ func !==<T: ArrayType, U: ArrayType>(lhs: T, rhs: U) -> Bool {
ElementwiseBridging:
do {
for object: Base in source {
let value = Swift.bridgeFromObjectiveCConditional(reinterpretCast(object),
BridgesToDerived.self)
let value = Swift.bridgeFromObjectiveCConditional(
reinterpretCast(object), BridgesToDerived.self)
if _slowPath(!value) {
break ElementwiseBridging
}