Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_layer.c 


Log Message:
Remove trailing whitespace.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/layer/ewl_layer.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_layer.c 4 Jun 2007 18:46:34 -0000       1.4
+++ ewl_layer.c 23 Aug 2007 05:26:46 -0000      1.5
@@ -12,7 +12,7 @@
 static void layer_change(Ewl_Widget *w, void *ev_data, void *user_data);
 static void configure_cb(Ewl_Widget *w, void *ev_data, void *user_data);
 
-void 
+void
 test_info(Ewl_Test *test)
 {
        test->name = "Layer";
@@ -31,7 +31,7 @@
 {
        Ewl_Widget *w, *c, *spec;
        int i;
-       
+
        /*
         * Create the overlay container
         */
@@ -39,7 +39,7 @@
        ewl_container_child_append(EWL_CONTAINER(box), c);
        ewl_object_fill_policy_set(EWL_OBJECT(c), EWL_FLAG_FILL_FILL);
        ewl_widget_show(c);
-       
+
        /*
         * Create the spectrum
         */
@@ -47,7 +47,7 @@
        ewl_container_child_append(EWL_CONTAINER(c), w);
        ewl_widget_layer_priority_set(w, 0);
        spec = w;
-    
+
        /*
         * And now create the first row of buttons
         */
@@ -63,7 +63,7 @@
 
                button_row1[i] = w;
        }
-       
+
        /*
         * Create the second row
         */
@@ -104,14 +104,14 @@
        ewl_object_state_add(EWL_OBJECT(w), EWL_FLAG_STATE_DISABLED);
        ewl_widget_show(w);
        dbutton[1] = w;
-       
+
        ewl_callback_append(c, EWL_CALLBACK_CONFIGURE, configure_cb, NULL);
-       
+
        return 1;
 }
 
 static void
-spectrum_show(Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__, 
+spectrum_show(Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__,
                void *user_data)
 {
        Ewl_Widget *spec;
@@ -121,8 +121,8 @@
        return;
 }
 
-static void 
-spectrum_hide(Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__, 
+static void
+spectrum_hide(Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__,
                void *user_data)
 {
        Ewl_Widget *spec;
@@ -132,8 +132,8 @@
        return;
 }
 
-static void 
-layer_change(Ewl_Widget *w, void *ev_data __UNUSED__, 
+static void
+layer_change(Ewl_Widget *w, void *ev_data __UNUSED__,
                void *user_data __UNUSED__)
 {
        if (ewl_widget_layer_priority_get(w) == 3)
@@ -142,8 +142,8 @@
                ewl_widget_layer_priority_set(w, 3);
 }
 
-static void 
-configure_cb(Ewl_Widget *w, void *ev_data __UNUSED__, 
+static void
+configure_cb(Ewl_Widget *w, void *ev_data __UNUSED__,
                void *user_data __UNUSED__)
 {
        int x, y;



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