Skip to content

Commit 8277745

Browse files
committed
style: run clang-format to fix brace placement
1 parent d1a00d2 commit 8277745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib_ccx/es_userdata.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ int user_data(struct encoder_ctx *enc_ctx, struct lib_cc_decode *dec_ctx, struct
164164
unsigned char marker_bit = read_bits(ustream, 1);
165165

166166
if (ustream->bitsleft < 0)
167-
fatal(CCX_COMMON_EXIT_BUG_BUG, "In user_data: ustream->bitsleft < 0. Cannot continue.");
168-
167+
fatal(CCX_COMMON_EXIT_BUG_BUG, "In user_data: ustream->bitsleft < 0. Cannot continue.");
168+
169169
if (marker_bit == 0)
170170
{
171171
dbg_print(CCX_DMT_VERBOSE, "user_data: SCTE-20 syntax error - marker bit is 0\n");

0 commit comments

Comments
 (0)