Skip to content

Commit 1785e7f

Browse files
authored
Merge pull request swiftlang#589 from apple/compnerd/semi
dispatch: remove stray semicolon (NFC
2 parents 085e5fa + 4798fff commit 1785e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dispatch/source.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ DISPATCH_ASSUME_NONNULL_BEGIN
5454
* Dispatch sources are used to automatically submit event handler blocks to
5555
* dispatch queues in response to external events.
5656
*/
57-
DISPATCH_SOURCE_DECL(dispatch_source);
57+
DISPATCH_SOURCE_DECL(dispatch_source)
5858

5959
__BEGIN_DECLS
6060

0 commit comments

Comments
 (0)