Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_mvc.c 


Log Message:
Remove trailing whitespace.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/mvc/ewl_mvc.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_mvc.c   18 Aug 2007 18:20:15 -0000      1.12
+++ ewl_mvc.c   23 Aug 2007 05:26:46 -0000      1.13
@@ -47,9 +47,9 @@
 static int insert_range_overlap_new_covers_old(char *buf, int len);
 static int insert_range_overlap_old_covers_new(char *buf, int len);
 
-static int ewl_mvc_is_index(char *buf, int len, Ewl_Selection *sel, 
+static int ewl_mvc_is_index(char *buf, int len, Ewl_Selection *sel,
                                                int row, int column);
-static int ewl_mvc_is_range(char *buf, int len, Ewl_Selection *sel, 
+static int ewl_mvc_is_range(char *buf, int len, Ewl_Selection *sel,
                                        int srow, int scolumn,
                                        int erow, int ecolumn);
 
@@ -116,7 +116,7 @@
                {NULL, NULL, -1, NULL}
        };
 
-void 
+void
 test_info(Ewl_Test *test)
 {
        test->name = "MVC";
@@ -276,7 +276,7 @@
        count = ewl_mvc_selected_count_get(m);
        if (count != expected)
        {
-               snprintf(buf, len, "Incorrect count (%d instead of %d)", 
+               snprintf(buf, len, "Incorrect count (%d instead of %d)",
                                                        count, expected);
                return FALSE;
        }
@@ -450,7 +450,7 @@
  */
 
 /*
- * ------ 
+ * ------
  * |    |
  * ------
  * |  X |
@@ -493,7 +493,7 @@
 }
 
 /*
- * ------ 
+ * ------
  * |  X |
  * ------
  * |    |
@@ -536,7 +536,7 @@
 }
 
 /*
- * ------------ 
+ * ------------
  * | X  |     |
  * ------------
  */
@@ -575,7 +575,7 @@
 }
 
 /*
- * ------------ 
+ * ------------
  * |    |  X  |
  * ------------
  */
@@ -935,7 +935,7 @@
                return FALSE;
        }
 
-       /* should have 3 ranges: [(1,2)(5,8)] 
+       /* should have 3 ranges: [(1,2)(5,8)]
                                 [(2,6)]
                                 [(6,4)(6,8)] */
        sel = ecore_list_index_goto(m->selected, 0);
@@ -955,7 +955,7 @@
 
 /*
  * c == currently in the list
- * r == range to be inserted 
+ * r == range to be inserted
  */
 /*
  * ----
@@ -1478,7 +1478,7 @@
 }
 
 static int
-ewl_mvc_is_index(char *buf, int len, Ewl_Selection *sel, 
+ewl_mvc_is_index(char *buf, int len, Ewl_Selection *sel,
                                        int row, int column)
 {
        Ewl_Selection_Idx *idx;
@@ -1503,7 +1503,7 @@
 }
 
 static int
-ewl_mvc_is_range(char *buf, int len, Ewl_Selection *sel, 
+ewl_mvc_is_range(char *buf, int len, Ewl_Selection *sel,
                                        int srow, int scolumn,
                                        int erow, int ecolumn)
 {



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