Skip to content

Commit 60cec9e

Browse files
cfsmp3claude
andcommitted
style: Fix clang-format indentation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e87807e commit 60cec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_ccx/wtv_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ LLONG get_data(struct lib_ccx_ctx *ctx, struct wtv_chunked_buffer *cb, struct de
445445
static unsigned char format_subtype[16];
446446
memcpy(&format_subtype, cb->buffer + 0x4C, 16); // Read format GUID at offset 0x4C
447447
dbg_print(CCX_DMT_PARSE, "MSTVCAPTION format_subtype=%02X%02X%02X%02X...\n",
448-
format_subtype[0], format_subtype[1], format_subtype[2], format_subtype[3]);
448+
format_subtype[0], format_subtype[1], format_subtype[2], format_subtype[3]);
449449
// Check for teletext
450450
if (!memcmp(format_subtype, WTV_STREAM_TELETEXT, 16))
451451
{

0 commit comments

Comments
 (0)