Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_io_manager.c 


Log Message:
Remove trailing whitespace.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/io_manager/ewl_io_manager.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_io_manager.c    4 Jun 2007 18:46:34 -0000       1.5
+++ ewl_io_manager.c    23 Aug 2007 05:26:45 -0000      1.6
@@ -15,7 +15,7 @@
 static void cb_open(Ewl_Widget *w, void *ev, void *data);
 static void cb_fd_delete(Ewl_Widget *w, void *ev, void *data);
 
-void 
+void
 test_info(Ewl_Test *test)
 {
        test->name = "IO Manager";
@@ -46,7 +46,7 @@
 }
 
 static void
-cb_clicked(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, 
+cb_clicked(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__,
                                        void *data __UNUSED__)
 {
        Ewl_Widget *fd;
@@ -81,7 +81,7 @@
 
        fd = EWL_FILEDIALOG(w);
        s = ewl_filedialog_selected_file_get(fd);
-       snprintf(path, sizeof(path), "%s/%s", 
+       snprintf(path, sizeof(path), "%s/%s",
                        ewl_filedialog_directory_get(fd), s);
        if (s) free(s);
        ewl_widget_destroy(w);



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