Skip to content

Commit 384b2e3

Browse files
author
Nicholas Maccharoli
committed
[gardening] fix enum value spacing
1 parent d08fe89 commit 384b2e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/Platform/MachError.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if os(OSX) || os(iOS) || os(tvOS) || os(watchOS)
22
/// Enumeration describing Mach error codes.
33
@objc public enum MachErrorCode : Int32 {
4-
case success = 0
4+
case success = 0
55

66
/// Specified address is not currently valid.
77
case invalidAddress = 1
@@ -19,7 +19,7 @@
1919
case invalidArgument = 4
2020

2121
/// The function could not be performed. A catch-all.
22-
case failure = 5
22+
case failure = 5
2323

2424
/// A system resource could not be allocated to fulfill this
2525
/// request. This failure may not be permanent.
@@ -68,7 +68,7 @@
6868
case invalidValue = 18
6969

7070
/// Operation would overflow limit on user-references.
71-
case userReferencesOverflow = 19
71+
case userReferencesOverflow = 19
7272

7373
/// The supplied (port) capability is improper.
7474
case invalidCapability = 20

0 commit comments

Comments
 (0)