Skip to content

Commit 2303e26

Browse files
committed
whitespace
1 parent 35d5278 commit 2303e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swift/swift_wrappers.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
#include <dispatch/dispatch.h>
1414

1515
DISPATCH_EXPORT
16-
dispatch_queue_attr_t
16+
dispatch_queue_attr_t
1717
_swift_dispatch_queue_serial(void) {
1818
return DISPATCH_QUEUE_SERIAL;
1919
}
2020

2121
DISPATCH_EXPORT
22-
dispatch_queue_attr_t
22+
dispatch_queue_attr_t
2323
_swift_dispatch_queue_concurrent(void) {
2424
return DISPATCH_QUEUE_CONCURRENT;
2525
}

0 commit comments

Comments
 (0)