Skip to content

Commit 58e1a4a

Browse files
committed
whitespace
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 623e474 commit 58e1a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public struct DispatchData : RandomAccessCollection {
8686
}
8787

8888
public func enumerateBytes(
89-
block: @noescape (_ buffer: UnsafeBufferPointer<UInt8>, _ byteIndex: Int, _ stop: inout Bool) -> Void)
89+
block: @noescape (_ buffer: UnsafeBufferPointer<UInt8>, _ byteIndex: Int, _ stop: inout Bool) -> Void)
9090
{
9191
_swift_dispatch_data_apply(__wrapped.__wrapped) { (data: dispatch_data_t, offset: Int, ptr: UnsafeRawPointer, size: Int) in
9292
let bytePtr = ptr.bindMemory(to: UInt8.self, capacity: size)

0 commit comments

Comments
 (0)