diff ppc/int_altivec.c @ 7333:a8a79f5385f6 libavcodec

cosmetics: Reformat PPC code in libavcodec according to style guidelines. This includes indentation changes, comment reformatting, consistent brace placement and some prettyprinting.
author diego
date Sun, 20 Jul 2008 18:58:30 +0000
parents 83ffe1bed06e
children 1615d6b75ada
line wrap: on
line diff
--- a/ppc/int_altivec.c	Sun Jul 20 18:06:41 2008 +0000
+++ b/ppc/int_altivec.c	Sun Jul 20 18:58:30 2008 +0000
@@ -38,7 +38,7 @@
     vector signed short vpix2, vdiff, vpix1l,vpix1h;
     union { vector signed int vscore;
             int32_t score[4];
-           } u;
+          } u;
     u.vscore = vec_splat_s32(0);
 //
 //XXX lazy way, fix it later