From 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 14 Feb 2011 23:14:25 +0000 Subject: mpegtsenc: whitespace cosmetics Signed-off-by: Mans Rullgard --- libavformat/mpegtsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 6945b4b3ba..89b88d7027 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: -- cgit v1.2.3