vlc | branch: master | Rafaël Carré <[email protected]> | Mon Dec 31 15:57:27 2012 +0100| [aab5ebf333d37644b2485a545e4093aec42e38b8] | committer: Rafaël Carré
CC: remove tabs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aab5ebf333d37644b2485a545e4093aec42e38b8 --- modules/codec/cc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/codec/cc.c b/modules/codec/cc.c index 6ea07fd..59da867 100644 --- a/modules/codec/cc.c +++ b/modules/codec/cc.c @@ -939,9 +939,9 @@ static void Eia608TextLine( struct eia608_screen *screen, char *psz_text, int i_ /* Convert leading spaces to non-breaking so that they don't get stripped by the RenderHtml routine as regular whitespace */ while( i_start < EIA608_SCREEN_COLUMNS && p_char[i_start] == ' ' ) { - Eia608TextUtf8( utf8, 0x89 ); - CAT( utf8 ); - i_start++; + Eia608TextUtf8( utf8, 0x89 ); + CAT( utf8 ); + i_start++; } /* Search the end */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
