From 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3 Mon Sep 17 00:00:00 2001 From: Mans Rullgard <mans@mansr.com> Date: Mon, 14 Feb 2011 23:14:25 +0000 Subject: [PATCH] mpegtsenc: whitespace cosmetics Signed-off-by: Mans Rullgard <mans@mansr.com> --- libavformat/mpegtsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 6945b4b3bad..89b88d70277 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/mpegtsenc.c @@ -296,7 +296,7 @@ static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service) else if (st->disposition & AV_DISPOSITION_VISUAL_IMPAIRED) *q++ = 0x03; else - *q++ = 0; /* undefined type */ + *q++ = 0; /* undefined type */ } break; case AVMEDIA_TYPE_SUBTITLE: -- GitLab