Enlightenment CVS committal Author : englebass Project : e17 Module : libs/eet
Dir : e17/libs/eet/src/lib Modified Files: eet_data.c Log Message: formatting =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -3 -r1.92 -r1.93 --- eet_data.c 10 Aug 2008 09:25:21 -0000 1.92 +++ eet_data.c 10 Aug 2008 09:33:55 -0000 1.93 @@ -2718,8 +2718,7 @@ str = (char **)(((char *)data)); if (*str) { - if (ed == NULL - || edd->func.str_direct_alloc == NULL) + if ((ed == NULL) || (edd->func.str_direct_alloc == NULL)) { *str = edd->func.str_alloc(*str); _eet_freelist_str_add(*str); ------------------------------------------------------------------------- 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