]> git.sesse.net Git - vlc/commitdiff
Remove whitespace.
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 6 Jul 2007 21:33:00 +0000 (21:33 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 6 Jul 2007 21:33:00 +0000 (21:33 +0000)
modules/demux/ts.c

index 7755b14cfd208757c8e4b3fa9450a63ba9e4dd0a..5c366a4f6c364aff53d26814905234ae12d70974 100644 (file)
@@ -3235,7 +3235,7 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
                                 else
                                 {
                                     p_es = malloc( sizeof( ts_es_t ) );
-                                    
+
                                     es_format_Copy( &p_es->fmt, &pid->es->fmt );
                                     free( p_es->fmt.psz_language ); p_es->fmt.psz_language = NULL;
                                     free( p_es->fmt.psz_description ); p_es->fmt.psz_description = NULL;