[vlc-commits] ttml demux: Trailing whitespace

Hugo Beauzée-Luyssen git at videolan.org
Wed Sep 14 18:39:45 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Sep 13 12:07:33 2016 +0200| [6400d4af390c4ae00d6d00500737985f26938485] | committer: Hugo Beauzée-Luyssen

ttml demux: Trailing whitespace

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6400d4af390c4ae00d6d00500737985f26938485
---

 modules/demux/ttml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/ttml.c b/modules/demux/ttml.c
index 8b5e990..e27baef 100644
--- a/modules/demux/ttml.c
+++ b/modules/demux/ttml.c
@@ -285,7 +285,7 @@ static int CompareTagName( const char* psz_tagname, const char* psz_pattern )
 }
 
 static char* NodeToStr( const node_t* p_node )
-{   
+{
     char* psz_text = NULL;
 
     if( asprintf( &psz_text, "<%s", p_node->psz_node_name ) < 0 )



More information about the vlc-commits mailing list