[vlc-commits] libmpeg2: remove tab

Jean-Baptiste Kempf git at videolan.org
Mon Aug 13 19:13:02 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 13 19:12:38 2012 +0200| [13f92c66831aa5c4695df8f8f3719d42576af265] | committer: Jean-Baptiste Kempf

libmpeg2: remove tab

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

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

diff --git a/modules/codec/libmpeg2.c b/modules/codec/libmpeg2.c
index 4059b78..5adff8f 100644
--- a/modules/codec/libmpeg2.c
+++ b/modules/codec/libmpeg2.c
@@ -209,7 +209,7 @@ static int OpenDecoder( vlc_object_t *p_this )
 # endif
 # ifdef MPEG2_ACCEL_ARM_NEON
     if( vlc_CPU_ARM_NEON() )
-	i_accel |= MPEG2_ACCEL_ARM_NEON;
+        i_accel |= MPEG2_ACCEL_ARM_NEON;
 # endif
 
     /* TODO: sparc */



More information about the vlc-commits mailing list