]> git.sesse.net Git - vlc/blobdiff - modules/demux/vc1.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / vc1.c
index f56cc33c9afbab7e62fdfd81ffc06a4068decffd..d5e1a3d2ed6b1984e2e4741d244d416dd563c07c 100644 (file)
@@ -134,7 +134,7 @@ static int Demux( demux_t *p_demux)
     if( ( p_block_in = stream_Block( p_demux->s, VC1_PACKET_SIZE ) ) == NULL )
         return 0;
 
-    /*  */ 
+    /*  */
     p_block_in->i_dts = 1;
     p_block_in->i_pts = 1;