Skip to content

Commit 2735dc3

Browse files
committed
Remove whitespaces
1 parent 1a57bd7 commit 2735dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/SDK/Dispatch/Dispatch.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public func dispatch_get_global_queue(identifier: qos_class_t,
7070
return dispatch_get_global_queue(Int(identifier.rawValue), flags);
7171
}
7272

73-
public var DISPATCH_QUEUE_CONCURRENT : dispatch_queue_attr_t {
73+
public var DISPATCH_QUEUE_CONCURRENT: dispatch_queue_attr_t {
7474
return _swift_dispatch_queue_concurrent()
7575
}
7676

@@ -79,7 +79,7 @@ public var DISPATCH_QUEUE_CONCURRENT : dispatch_queue_attr_t {
7979
internal func _swift_dispatch_queue_concurrent() -> dispatch_queue_attr_t
8080

8181
// dispatch/data.h
82-
public var dispatch_data_empty : dispatch_data_t {
82+
public var dispatch_data_empty: dispatch_data_t {
8383
return _swift_dispatch_data_empty()
8484
}
8585

0 commit comments

Comments
 (0)