mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] 80-column / endline layout fix
Swift SVN r19227
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user