We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e24456 commit a0457a5Copy full SHA for a0457a5
Foundation/Data.swift
@@ -12,7 +12,7 @@
12
13
#if os(OSX) || os(iOS)
14
import Darwin
15
-#elseif os(Linux) || os(Android)
+#elseif os(Linux)
16
import Glibc
17
#endif
18
Foundation/NSAffineTransform.swift
@@ -413,4 +413,4 @@ extension NSAffineTransform : _StructTypeBridgeable {
413
public func _bridgeToSwift() -> AffineTransform {
414
return AffineTransform._unconditionallyBridgeFromObjectiveC(self)
415
}
416
-}
+}
0 commit comments