Skip to content

Commit 2a7bcf1

Browse files
committed
Clang format
1 parent df6f764 commit 2a7bcf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/source/Ice/IceAgent.c

+2-3
Original file line numberDiff line numberDiff line change
@@ -1915,9 +1915,8 @@ STATUS iceAgentInitRelayCandidate(PIceAgent pIceAgent, UINT32 iceServerIndex, KV
19151915
callback.relayAddressAvailableFn = NULL;
19161916
callback.turnStateFailedFn = turnStateFailedFn;
19171917

1918-
CHK_STATUS(createTurnConnection(&pIceAgent->iceServers[iceServerIndex], pIceAgent->timerQueueHandle,
1919-
NULL, protocol, &callback, pNewCandidate->pSocketConnection,
1920-
pIceAgent->pConnectionListener, &pTurnConnection));
1918+
CHK_STATUS(createTurnConnection(&pIceAgent->iceServers[iceServerIndex], pIceAgent->timerQueueHandle, NULL, protocol, &callback,
1919+
pNewCandidate->pSocketConnection, pIceAgent->pConnectionListener, &pTurnConnection));
19211920
pNewCandidate->pIceAgent = pIceAgent;
19221921
pNewCandidate->pTurnConnection = pTurnConnection;
19231922

0 commit comments

Comments
 (0)