]> git.0d.be Git - empathy.git/commitdiff
One more coding style fix
authorXavier Claessens <xclaesse@gmail.com>
Fri, 4 Jun 2010 20:01:23 +0000 (22:01 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Fri, 4 Jun 2010 20:01:23 +0000 (22:01 +0200)
libempathy-gtk/empathy-contact-list-view.c

index d3b6ac27d24e4243365ee5196cab97225ca2184a..2f5aba1c33c540f4f42a7c74226edb8a893a7a2d 100644 (file)
@@ -1097,9 +1097,9 @@ contact_list_view_row_expand_or_collapse_cb (EmpathyContactListView *view,
 }
 
 static void
-contact_list_view_row_has_child_toggled_cb (GtkTreeModel          *model,
-                                           GtkTreePath           *path,
-                                           GtkTreeIter           *iter,
+contact_list_view_row_has_child_toggled_cb (GtkTreeModel           *model,
+                                           GtkTreePath            *path,
+                                           GtkTreeIter            *iter,
                                            EmpathyContactListView *view)
 {
        EmpathyContactListViewPriv *priv = GET_PRIV (view);