Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_convert_yuv.c 


Log Message:
fix whitespacing
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_convert_yuv.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas_convert_yuv.c  22 May 2005 02:49:48 -0000      1.10
+++ evas_convert_yuv.c  13 Oct 2005 02:09:03 -0000      1.11
@@ -74,22 +74,22 @@
 const vector unsigned char zero     = (vector unsigned char)(0);
 const vector signed short maxchar   = (vector signed short)(255);
 const vector unsigned char pickrg1  = (vector unsigned char)
-                                               (0, 0x1, 0x11, 0,
+                                               (0, 0x1, 0x11, 0,
                                                 0, 0x3, 0x13, 0,
                                                 0, 0x5, 0x15, 0,
                                                 0, 0x7, 0x17, 0);
 const vector unsigned char pickrg2  = (vector unsigned char)
-                                               (0, 0x9, 0x19, 0,
+                                               (0, 0x9, 0x19, 0,
                                                 0, 0xb, 0x1b, 0,
                                                 0, 0xd, 0x1d, 0,
                                                 0, 0xf, 0x1f, 0);
 const vector unsigned char pickrgb1 = (vector unsigned char)
-                                               (0x3, 0x1, 0x2, 0x11,
+                                               (0x3, 0x1, 0x2, 0x11,
                                                 0x7, 0x5, 0x6, 0x13,
                                                 0xb, 0x9, 0xa, 0x15,
                                                 0xf, 0xd, 0xe, 0x17);
 const vector unsigned char pickrgb2 = (vector unsigned char)
-                                               (0x3, 0x1, 0x2, 0x19,
+                                               (0x3, 0x1, 0x2, 0x19,
                                                 0x7, 0x5, 0x6, 0x1b,
                                                 0xb, 0x9, 0xa, 0x1d,
                                                 0xf, 0xd, 0xe, 0x1f);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to