Skip to content

Commit

Permalink
Adds a clarifying empty line to ease readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
mz2 committed Apr 17, 2016
1 parent fee1b02 commit fedd1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/MABGTimer.m
Expand Up @@ -115,6 +115,7 @@ - (void)afterDelay: (NSTimeInterval)delay do: (void (^)(id self))block
{
if (!hasTimer)
_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, _queue);

dispatch_source_set_timer(_timer, dispatch_time(DISPATCH_TIME_NOW, adjustedDelay * NSEC_PER_SEC), 0, 0);
_nextFireTime = [self _now] + adjustedDelay;
dispatch_source_set_event_handler(_timer, ^{
Expand Down

0 comments on commit fedd1d7

Please sign in to comment.