Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Jun 15, 2024
1 parent 85bb903 commit 7e65b91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/lib/Common.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,4 +976,4 @@ STATUS sessionCleanupWait(PSampleConfiguration pSampleConfiguration)

LEAVES();
return retStatus;
}
}
2 changes: 1 addition & 1 deletion samples/lib/DataChannelHandling.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ VOID onDataChannel(UINT64 customData, PRtcDataChannel pRtcDataChannel)
dataChannelOnMessage(pRtcDataChannel, customData, onDataChannelMessage);
}

#endif
#endif
2 changes: 1 addition & 1 deletion samples/lib/Media.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ PVOID mediaSenderRoutine(PVOID customData)
ATOMIC_STORE_BOOL(&pSampleConfiguration->mediaThreadStarted, FALSE);
CHK_LOG_ERR(retStatus);
return NULL;
}
}
2 changes: 1 addition & 1 deletion samples/lib/MetricsHandling.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ STATUS freeMetricsCtx(PStatsCtx* ppStatsCtx)
*ppStatsCtx = NULL;
CleanUp:
return retStatus;
}
}
2 changes: 1 addition & 1 deletion samples/lib/SignalingMsgHandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,4 @@ STATUS handleRemoteCandidate(PSampleStreamingSession pSampleStreamingSession, PS

CHK_LOG_ERR(retStatus);
return retStatus;
}
}

0 comments on commit 7e65b91

Please sign in to comment.