Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Aug 25, 2023
1 parent 88f4da8 commit ef4a8a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ QuicListenerFree(
#endif

CxPlatDispatchLockAcquire(&Listener->Registration->ConnectionLock);
if (!Listener->Registration->ShuttingDown)
{
if (!Listener->Registration->ShuttingDown) {
CxPlatListEntryRemove(&Listener->RegistrationLink);
}
CxPlatDispatchLockRelease(&Listener->Registration->ConnectionLock);
Expand Down

0 comments on commit ef4a8a9

Please sign in to comment.