changeset 27313:ffbe8d9e13d6

cosmetics: Fix indentation after last commit.
author diego
date Thu, 24 Jul 2008 16:52:35 +0000
parents f058ded683db
children cdb175b40827
files libswscale/yuv2rgb_altivec.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/yuv2rgb_altivec.c	Thu Jul 24 16:49:14 2008 +0000
+++ b/libswscale/yuv2rgb_altivec.c	Thu Jul 24 16:52:35 2008 +0000
@@ -613,16 +613,16 @@
 static
 const vector unsigned char
     demux_u = {0x10,0x00,0x10,0x00,
-                  0x10,0x04,0x10,0x04,
-                  0x10,0x08,0x10,0x08,
+               0x10,0x04,0x10,0x04,
+               0x10,0x08,0x10,0x08,
                0x10,0x0c,0x10,0x0c},
     demux_v = {0x10,0x02,0x10,0x02,
-                  0x10,0x06,0x10,0x06,
-                  0x10,0x0A,0x10,0x0A,
+               0x10,0x06,0x10,0x06,
+               0x10,0x0A,0x10,0x0A,
                0x10,0x0E,0x10,0x0E},
     demux_y = {0x10,0x01,0x10,0x03,
-                  0x10,0x05,0x10,0x07,
-                  0x10,0x09,0x10,0x0B,
+               0x10,0x05,0x10,0x07,
+               0x10,0x09,0x10,0x0B,
                0x10,0x0D,0x10,0x0F};
 
 /*