[vlc-commits] Remove tabs in source code
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 1 13:49:01 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 1 13:48:47 2012 +0200| [198ef1527dcf30750ae8307575c755e313962849] | committer: Jean-Baptiste Kempf
Remove tabs in source code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=198ef1527dcf30750ae8307575c755e313962849
---
modules/arm_neon/chroma_neon.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/arm_neon/chroma_neon.h b/modules/arm_neon/chroma_neon.h
index e0debae..f6ef1bf 100644
--- a/modules/arm_neon/chroma_neon.h
+++ b/modules/arm_neon/chroma_neon.h
@@ -26,15 +26,15 @@
* inferred from the color subsampling ratio. */
struct yuv_planes
{
- void *y, *u, *v;
- size_t pitch;
+ void *y, *u, *v;
+ size_t pitch;
};
/* Packed picture buffer. Pitch is in bytes (_not_ pixels). */
struct yuv_pack
{
- void *yuv;
- size_t pitch;
+ void *yuv;
+ size_t pitch;
};
/* I420 to YUYV conversion. */
More information about the vlc-commits
mailing list