changeset 7376:5f3b62eaf6e5 libavcodec

cosmetics: Fix indentation after last commit.
author diego
date Thu, 24 Jul 2008 16:54:51 +0000
parents 981b14d8b0e9
children 3f819263176e
files ppc/h264_altivec.c ppc/h264_template_altivec.c
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/h264_altivec.c	Thu Jul 24 11:55:01 2008 +0000
+++ b/ppc/h264_altivec.c	Thu Jul 24 16:54:51 2008 +0000
@@ -209,13 +209,13 @@
 
     if (((unsigned long)dst) % 16 == 0) {
         fperm = (vec_u8_t){0x10, 0x11, 0x12, 0x13,
-                              0x14, 0x15, 0x16, 0x17,
-                              0x08, 0x09, 0x0A, 0x0B,
+                           0x14, 0x15, 0x16, 0x17,
+                           0x08, 0x09, 0x0A, 0x0B,
                            0x0C, 0x0D, 0x0E, 0x0F};
     } else {
         fperm = (vec_u8_t){0x00, 0x01, 0x02, 0x03,
-                              0x04, 0x05, 0x06, 0x07,
-                              0x18, 0x19, 0x1A, 0x1B,
+                           0x04, 0x05, 0x06, 0x07,
+                           0x18, 0x19, 0x1A, 0x1B,
                            0x1C, 0x1D, 0x1E, 0x1F};
     }
 
--- a/ppc/h264_template_altivec.c	Thu Jul 24 11:55:01 2008 +0000
+++ b/ppc/h264_template_altivec.c	Thu Jul 24 16:54:51 2008 +0000
@@ -103,13 +103,13 @@
 
     if (((unsigned long)dst) % 16 == 0) {
         fperm = (vec_u8_t){0x10, 0x11, 0x12, 0x13,
-                              0x14, 0x15, 0x16, 0x17,
-                              0x08, 0x09, 0x0A, 0x0B,
+                           0x14, 0x15, 0x16, 0x17,
+                           0x08, 0x09, 0x0A, 0x0B,
                            0x0C, 0x0D, 0x0E, 0x0F};
     } else {
         fperm = (vec_u8_t){0x00, 0x01, 0x02, 0x03,
-                              0x04, 0x05, 0x06, 0x07,
-                              0x18, 0x19, 0x1A, 0x1B,
+                           0x04, 0x05, 0x06, 0x07,
+                           0x18, 0x19, 0x1A, 0x1B,
                            0x1C, 0x1D, 0x1E, 0x1F};
     }