Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_tree2.c 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_tree2.c 12 Apr 2006 06:43:33 -0000      1.12
+++ ewl_tree2.c 14 Apr 2006 16:29:44 -0000      1.13
@@ -98,7 +98,6 @@
        DCHECK_TYPE("tree", tree, EWL_TREE2_TYPE);
 
        tree->data = data;
-
        tree->dirty = TRUE;
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
@@ -148,7 +147,6 @@
        ewl_tree2_column_view_set(c, view);
 
        ecore_list_append(tree->columns, c);
-
        tree->dirty = TRUE;
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
@@ -183,7 +181,6 @@
        ewl_tree2_column_view_set(c, view);
 
        ecore_list_prepend(tree->columns, c);
-
        tree->dirty = TRUE;
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
@@ -221,7 +218,6 @@
 
        ecore_list_goto_index(tree->columns, idx);
        ecore_list_insert(tree->columns, c);
-
        tree->dirty = TRUE;
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
@@ -246,7 +242,6 @@
        c = ecore_list_remove(tree->columns);
 
        ewl_tree2_column_destroy(c);
-
        tree->dirty = TRUE;
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to