Skip to content

Commit f69e8ac

Browse files
committed
Fix: remove unnecessary blank line in st40p_tx_put_frame function
1 parent 73af7d1 commit f69e8ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/st2110/experimental/st40_pipeline_tx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ int st40p_tx_put_frame(st40p_tx_handle handle, struct st40_frame_info* frame_inf
428428
return -EIO;
429429
}
430430

431-
432431
framebuff->anc_frame->meta_num = frame_info->meta_num;
433432
framebuff->anc_frame->data_size = frame_info->udw_buffer_fill;
434433

0 commit comments

Comments
 (0)