Skip to content

Commit ce13a92

Browse files
CopilotRahul-2k4
andcommitted
Fix formatting: remove extra space before comment in dvb_subtitle_decoder.c
Co-authored-by: Rahul-2k4 <[email protected]>
1 parent 89b3621 commit ce13a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_ccx/dvb_subtitle_decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ struct ccx_decoders_dvb_context *dvb_init_decoder(struct dvb_config *cfg, int in
582582
}
583583

584584
dvb_ctx->private_data = ctx;
585-
dvb_ctx->cfg = NULL; // Config values are copied into DVBSubContext, don't store pointer
585+
dvb_ctx->cfg = NULL; // Config values are copied into DVBSubContext, don't store pointer
586586
dvb_ctx->initialized_ocr = initialized_ocr;
587587

588588
return dvb_ctx;

0 commit comments

Comments
 (0)