[empathy] empathy-contact-list-view: coding style fix



commit 0dc52c58e16a3438ae6de9f6cf80f973d856d0f7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jul 12 20:17:33 2010 +0200

    empathy-contact-list-view: coding style fix

 libempathy-gtk/empathy-contact-list-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index c6099d9..0e7c227 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -1265,7 +1265,7 @@ contact_list_view_search_activate_cb (GtkWidget *search,
 {
 	GtkTreePath *path;
 	GtkTreeViewColumn *focus_column;
- 
+
 	gtk_tree_view_get_cursor (GTK_TREE_VIEW (view), &path, &focus_column);
 	if (path != NULL) {
 		gtk_tree_view_row_activated (GTK_TREE_VIEW (view), path,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]