Skip to content

Commit ad5d515

Browse files
committed
match whitespace/indentation in master
1 parent f93a6a0 commit ad5d515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/queue.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4068,10 +4068,10 @@ _dispatch_global_queue_poke(dispatch_queue_t dq, int n, int floor)
40684068
dispatch_root_queue_context_t qc = dq->do_ctxt;
40694069
if (
40704070
#if DISPATCH_USE_PTHREAD_POOL
4071-
(qc->dgq_kworkqueue != (void*)(~0ul)) &&
4071+
(qc->dgq_kworkqueue != (void*)(~0ul)) &&
40724072
#endif
4073-
!os_atomic_cmpxchg2o(qc, dgq_pending, 0, n, relaxed)) {
4074-
_dispatch_root_queue_debug("worker thread request still pending for "
4073+
!os_atomic_cmpxchg2o(qc, dgq_pending, 0, n, relaxed)) {
4074+
_dispatch_root_queue_debug("worker thread request still pending for "
40754075
"global queue: %p", dq);
40764076
return;
40774077
}

0 commit comments

Comments
 (0)