[vlc-commits] demux/es: replace usage of \t in indentation

Filip Roséen git at videolan.org
Tue Sep 6 13:58:55 CEST 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Tue Aug 23 13:36:16 2016 +0200| [6dc4240650533ce9756c3a32fe50c5cd5c117c01] | committer: Thomas Guillem

demux/es: replace usage of \t in indentation

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

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

diff --git a/modules/demux/mpeg/es.c b/modules/demux/mpeg/es.c
index 9850619..e41cb55 100644
--- a/modules/demux/mpeg/es.c
+++ b/modules/demux/mpeg/es.c
@@ -439,7 +439,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
                 uint64_t i_pos = SeekByMlltTable( p_demux, &i_time );
                 int i_ret = vlc_stream_Seek( p_demux->s, p_sys->i_stream_offset + i_pos );
                 if( i_ret != VLC_SUCCESS )
-			return i_ret;
+                    return i_ret;
                 p_sys->i_time_offset = i_time - p_sys->i_pts;
                 /* And reset buffered data */
                 if( p_sys->p_packetized_data )



More information about the vlc-commits mailing list