From 2735dc32f71fdee9a92ef816d9a6dd12af811f64 Mon Sep 17 00:00:00 2001 From: ken0nek Date: Sat, 5 Dec 2015 00:07:27 +0900 Subject: [PATCH] Remove whitespaces --- stdlib/public/SDK/Dispatch/Dispatch.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/public/SDK/Dispatch/Dispatch.swift b/stdlib/public/SDK/Dispatch/Dispatch.swift index 5bb6d3458f950..a35b6078a31f0 100644 --- a/stdlib/public/SDK/Dispatch/Dispatch.swift +++ b/stdlib/public/SDK/Dispatch/Dispatch.swift @@ -70,7 +70,7 @@ public func dispatch_get_global_queue(identifier: qos_class_t, return dispatch_get_global_queue(Int(identifier.rawValue), flags); } -public var DISPATCH_QUEUE_CONCURRENT : dispatch_queue_attr_t { +public var DISPATCH_QUEUE_CONCURRENT: dispatch_queue_attr_t { return _swift_dispatch_queue_concurrent() } @@ -79,7 +79,7 @@ public var DISPATCH_QUEUE_CONCURRENT : dispatch_queue_attr_t { internal func _swift_dispatch_queue_concurrent() -> dispatch_queue_attr_t // dispatch/data.h -public var dispatch_data_empty : dispatch_data_t { +public var dispatch_data_empty: dispatch_data_t { return _swift_dispatch_data_empty() }