Skip to content

Commit d699127

Browse files
3405691582xwu
andcommitted
Ensure consistency of ordering in preprocessor conditionals.
Co-Authored-By: Xiaodi Wu <[email protected]>
1 parent c787d50 commit d699127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivateThreadExtras/ThreadBarriers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
1414
import Darwin
15-
#elseif os(Linux) || os(FreeBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku) || os(OpenBSD)
15+
#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku)
1616
import Glibc
1717
#elseif os(Windows)
1818
import MSVCRT

0 commit comments

Comments
 (0)