[vlc-commits] ttml codec: Remove trailing whitespace
Hugo Beauzée-Luyssen
git at videolan.org
Thu Sep 15 11:36:10 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep 15 11:09:22 2016 +0200| [1de0ed6d8054e8ec1be29d23893a7fa4a59b458e] | committer: Hugo Beauzée-Luyssen
ttml codec: Remove trailing whitespace
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1de0ed6d8054e8ec1be29d23893a7fa4a59b458e
---
modules/codec/substtml.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/substtml.c b/modules/codec/substtml.c
index 80514aa..ff7b987 100644
--- a/modules/codec/substtml.c
+++ b/modules/codec/substtml.c
@@ -148,7 +148,7 @@ static void CleanupStyle( ttml_style_t* p_ttml_style )
static ttml_style_t *FindTextStyle( decoder_t *p_dec, const char *psz_style )
{
- decoder_sys_t *p_sys = p_dec->p_sys;
+ decoder_sys_t *p_sys = p_dec->p_sys;
for( size_t i = 0; i < p_sys->i_styles; i++ )
{
More information about the vlc-commits
mailing list