Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Nov 12, 2024
1 parent 3c30b27 commit 277ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/PeerConnection/Rtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ STATUS setUpRollingBufferConfigInternal(PKvsRtpTransceiver pKvsRtpTransceiver, P
STATUS retStatus = STATUS_SUCCESS;
CHK_ERR(pKvsRtpTransceiver != NULL || pRtcMediaStreamTrack != NULL, STATUS_NULL_ARG,
"Media track and transceiver not set. Make sure to set up transceiver with addTransceiver()");

// Do not attempt to alloc for a new RollingBufferConfig if one is still not freed.
if (pKvsRtpTransceiver->pRollingBufferConfig == NULL) {
pKvsRtpTransceiver->pRollingBufferConfig = (PRollingBufferConfig) MEMCALLOC(1, SIZEOF(RollingBufferConfig));
Expand Down

0 comments on commit 277ef45

Please sign in to comment.