Skip to content

Commit 5f63f07

Browse files
committed
style(webvtt): apply clang-format
1 parent 73f9c42 commit 5f63f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_ccx/ccx_encoders_webvtt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ void write_webvtt_header(struct encoder_ctx *context)
834834
// {
835835
// write_wrapped(context->out->fh, "\r\n", 2);
836836
// }
837-
// Issue #1743: write default X-TIMESTAMP-MAP when timing info is unavailable
837+
// Issue #1743: write default X-TIMESTAMP-MAP when timing info is unavailable
838838
if (ccx_options.timestamp_map)
839839
{
840840
const char *default_header =

0 commit comments

Comments
 (0)