Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/grid


Modified Files:
        ewl_grid.c 


Log Message:
Remove trailing whitespace.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/grid/ewl_grid.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_grid.c  4 Jun 2007 18:46:33 -0000       1.3
+++ ewl_grid.c  23 Aug 2007 05:26:45 -0000      1.4
@@ -13,7 +13,7 @@
 static void child_prepend_cb(Ewl_Widget *w, void *e, void *d);
 static void button_clicked_cb(Ewl_Widget *w, void *e, void *d);
 
-void 
+void
 test_info(Ewl_Test *test)
 {
        test->name = "Grid";
@@ -52,7 +52,7 @@
        w = ewl_hseparator_new();
        ewl_container_child_append(EWL_CONTAINER(vbox), w);
        ewl_widget_show(w);
-       
+
        /* the hbox */
        hbox = ewl_hbox_new();
        ewl_container_child_append(EWL_CONTAINER(vbox), hbox);
@@ -73,7 +73,7 @@
        ewl_container_child_prepend(EWL_CONTAINER(hbox), w);
        ewl_callback_append(w, EWL_CALLBACK_CLICKED, child_prepend_cb, grid);
        ewl_widget_show(w);
-       
+
        /*
         * fill the grid with content
         */
@@ -90,18 +90,18 @@
        ewl_grid_child_position_set(EWL_GRID(grid), w, 1, 2, 3, 3);
        ewl_callback_append(w, EWL_CALLBACK_CLICKED, button_clicked_cb, NULL);
        ewl_widget_show(w);
-       
+
        w = ewl_entry_new();
        ewl_text_text_set(EWL_TEXT(w), "This row use the\n"
                                        "preferred heigth");
        ewl_container_child_append(EWL_CONTAINER(grid), w);
        ewl_grid_child_position_set(EWL_GRID(grid), w, 3, 4, 2, 2);
        ewl_widget_show(w);
-       
+
        return 1;
 }
 
-static void 
+static void
 child_append_cb(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d)
 {
        Ewl_Widget *button;
@@ -114,7 +114,7 @@
        ewl_widget_show(button);
 }
 
-static void 
+static void
 child_prepend_cb(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d)
 {
        Ewl_Widget *button;
@@ -127,7 +127,7 @@
        ewl_widget_show(button);
 }
 
-static void 
+static void
 button_clicked_cb(Ewl_Widget *w, void *e __UNUSED__, void *d __UNUSED__)
 {
        Ewl_Widget *g;



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