Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_edb_ed


Modified Files:
        ewl_edb_ed.c 


Log Message:
Remove trailing whitespace.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_edb_ed/ewl_edb_ed.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_edb_ed.c        18 Nov 2006 06:15:57 -0000      1.11
+++ ewl_edb_ed.c        23 Aug 2007 05:26:52 -0000      1.12
@@ -32,7 +32,7 @@
 
     if (!ewl_init(&argc, argv)) {
         printf("Unable to init ewl\n");
-        return 0; 
+        return 0;
     }
 
     win = ewl_window_new();
@@ -80,7 +80,7 @@
        ewl_object_padding_set(EWL_OBJECT(combo), 5, 0, 0, 0);
     ewl_widget_show(combo);
 
-    {  
+    {
         o = ewl_menu_item_new(NULL, "int");
         ewl_container_child_append(EWL_CONTAINER(combo), o);
                ewl_callback_append(o, EWL_CALLBACK_SELECT, type_sel_cb, (int 
*)EWL_EDB_TYPE_INT);
@@ -167,7 +167,7 @@
        /* save /quit buttons on bottom */
        box2 = ewl_hbox_new();
        ewl_container_child_append(EWL_CONTAINER(box), box2);
-       ewl_object_fill_policy_set(EWL_OBJECT(box2), 
+       ewl_object_fill_policy_set(EWL_OBJECT(box2),
                                                EWL_FLAG_FILL_VSHRINK | 
EWL_FLAG_FILL_HFILL);
        ewl_object_alignment_set(EWL_OBJECT(box2), EWL_FLAG_ALIGN_RIGHT);
        ewl_widget_show(box2);
@@ -194,7 +194,7 @@
 }
 
 void win_del_cb(Ewl_Widget *w, void *event, void *data) {
-    ewl_main_quit(); 
+    ewl_main_quit();
 
     return;
     w = NULL;
@@ -219,7 +219,7 @@
                return;
        }
 
-       key_list = e_db_dump_key_list(file, &num_ret);  
+       key_list = e_db_dump_key_list(file, &num_ret);
        {
                int i = 0;
 
@@ -262,7 +262,7 @@
        }
 
        free(key_list);
-       
+
        return;
        w = NULL;
        data = NULL;



-------------------------------------------------------------------------
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