Skip to content

Commit

Permalink
Fix: code formatting (#978)
Browse files Browse the repository at this point in the history
This PR will fix code formatting of the last fixes covered in: 

https://github.com/OpenVisualCloud/Media-Transport-Library/pulls?q=is%3Apr+is%3Aclosed
  • Loading branch information
PanKaker authored Sep 18, 2024
1 parent 3c74fdc commit 3059752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/st2110/st_tx_fastmetadata_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static void tx_fastmetadata_session_build_packet(
uint16_t data_item_length =
(data_item_length_bytes + 3) / 4; /* expressed in number of 4-byte words */

if (rte_pktmbuf_data_len(pkt) < sizeof(*hdr) + data_item_length_bytes ) {
if (rte_pktmbuf_data_len(pkt) < sizeof(*hdr) + data_item_length_bytes) {
err("%s: packet doesn't contain RTP payload", __func__);
return;
}
Expand Down

0 comments on commit 3059752

Please sign in to comment.