]> git.0d.be Git - empathy.git/commitdiff
empathy-main-window: remove trailing spaces
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 15 May 2009 14:32:41 +0000 (15:32 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 15 May 2009 14:35:51 +0000 (15:35 +0100)
src/empathy-main-window.c
src/empathy-main-window.h

index 5cbf877e5b739a8b38931bec4ee45625c2af159b..640086d4a83ae2e989f7ede5e01e4996689e58ac 100644 (file)
@@ -17,7 +17,7 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
- * 
+ *
  * Authors: Xavier Claessens <xclaesse@gmail.com>
  */
 
@@ -165,7 +165,7 @@ main_window_flash_foreach (GtkTreeModel *model,
 
        /* To make sure the parent is shown correctly, we emit
         * the row-changed signal on the parent so it prompts
-        * it to be refreshed by the filter func. 
+        * it to be refreshed by the filter func.
         */
        if (gtk_tree_model_iter_parent (model, &parent_iter, iter)) {
                parent_path = gtk_tree_model_get_path (model, &parent_iter);
@@ -1053,7 +1053,7 @@ main_window_notify_sort_criterium_cb (EmpathyConf       *conf,
                g_free (str);
 
                if (enum_value) {
-                       empathy_contact_list_store_set_sort_criterium (window->list_store, 
+                       empathy_contact_list_store_set_sort_criterium (window->list_store,
                                                                       enum_value->value);
                }
        }
index 7960c460cb44c55cabe10e4f2c15377462fe51d1..83385c1462b6c386e0bfb55e2936a6cad79b5ac8 100644 (file)
@@ -17,7 +17,7 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
- * 
+ *
  * Authors: Xavier Claessens <xclaesse@gmail.com>
  */