Skip to content

Commit 24f6941

Browse files
committed
whitespace
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 78f0b80 commit 24f6941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/swift/Private.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public func dispatch_group_async(_ group: DispatchGroup, _ queue: DispatchQueue,
117117
}
118118

119119
@available(*, unavailable, renamed: "DispatchGroup.notify(self:qos:flags:queue:execute:)")
120-
public func dispatch_group_notify(_ group: DispatchGroup, _ queue: DispatchQueue, _ block: @escaping () -> Void)
120+
public func dispatch_group_notify(_ group: DispatchGroup, _ queue: DispatchQueue, _ block: @escaping () -> Void)
121121
{
122122
fatalError()
123123
}
@@ -141,7 +141,7 @@ public func dispatch_io_set_interval(_ channel: DispatchIO, _ interval: UInt64,
141141
}
142142

143143
@available(*, unavailable, renamed:"DispatchQueue.apply(attributes:iterations:execute:)")
144-
public func dispatch_apply(_ iterations: Int, _ queue: DispatchQueue, _ block: (Int) -> Void)
144+
public func dispatch_apply(_ iterations: Int, _ queue: DispatchQueue, _ block: (Int) -> Void)
145145
{
146146
fatalError()
147147
}
@@ -159,7 +159,7 @@ public func dispatch_get_global_queue(_ identifier: Int, _ flags: UInt) -> Dispa
159159
}
160160

161161
@available(*, unavailable, renamed: "DispatchQueue.main")
162-
public func dispatch_get_main_queue() -> DispatchQueue
162+
public func dispatch_get_main_queue() -> DispatchQueue
163163
{
164164
fatalError()
165165
}

0 commit comments

Comments
 (0)