Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
- cleanup trailing whitespace

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- ewl_config.c        4 Oct 2007 01:33:58 -0000       1.50
+++ ewl_config.c        17 Oct 2007 14:51:33 -0000      1.51
@@ -526,7 +526,7 @@
                {
                        o = ewl_checkbutton_new();
                        ewl_widget_name_set(o, buttons[i].name);
-                       ewl_object_alignment_set(EWL_OBJECT(o), 
+                       ewl_object_alignment_set(EWL_OBJECT(o),
                                        EWL_FLAG_ALIGN_LEFT);
                        ewl_button_label_set(EWL_BUTTON(o), buttons[i].label);
                        ewl_checkbutton_checked_set(EWL_CHECKBUTTON(o),
@@ -785,7 +785,7 @@
 {
        struct dirent *file;
        int z = -1;
-       
+
        while ((file = readdir(rep)))
        {
                int len;
@@ -801,8 +801,8 @@
                        *(t + len - 4) = '\0';
 
                        ecore_list_append(list, t);
-               
-                       if (!strcmp(t, v)) 
+
+                       if (!strcmp(t, v))
                                z = ecore_list_count(list) - 1;
                }
        }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to