Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/include


Modified Files:
        eina_array.h 


Log Message:
Just some alignment.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/eina_array.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- eina_array.h        8 Aug 2008 14:20:11 -0000       1.6
+++ eina_array.h        8 Aug 2008 15:56:17 -0000       1.7
@@ -46,7 +46,7 @@
 static inline void          eina_array_append (Eina_Array *array, void *data);
 static inline unsigned int  eina_array_count  (Eina_Array *array);
 
-#define EINA_ARRAY_ITER_NEXT(array, index, item) \
+#define EINA_ARRAY_ITER_NEXT(array, index, item)                 \
   for ((index) = 0; (index) < eina_array_count(array); ++(index)) \
     {                                                            \
        (item) = eina_array_get((array), (index));



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to