From a2fcf4df48735bd9acbc4134b4dfe1162333029b Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Mon, 16 Dec 2024 13:47:39 -0800 Subject: [PATCH] format --- source/darwin/dispatch_queue_event_loop.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/darwin/dispatch_queue_event_loop.c b/source/darwin/dispatch_queue_event_loop.c index fc389931c..9ffa78862 100644 --- a/source/darwin/dispatch_queue_event_loop.c +++ b/source/darwin/dispatch_queue_event_loop.c @@ -377,8 +377,7 @@ static int s_run(struct aws_event_loop *event_loop) { s_try_schedule_new_iteration(dispatch_loop->context, 0); s_unlock_service_entries(dispatch_loop->context); s_runlock_dispatch_loop_context(dispatch_loop->context); - - } + } s_unlock_cross_thread_data(dispatch_loop); return AWS_OP_SUCCESS;