[empathy] empathy-main-window: fix coding style



commit 94e1daa81a82d7ad0c6f2f0f49a0bf470d837c33
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 15 16:50:32 2009 +0100

    empathy-main-window: fix coding style
---
 src/empathy-main-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index d2bfe16..d2a7b2d 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -133,7 +133,7 @@ main_window_flash_foreach (GtkTreeModel *model,
 			   GtkTreeIter  *iter,
 			   gpointer      user_data)
 {
-	FlashForeachData *data = (FlashForeachData*) user_data;
+	FlashForeachData *data = (FlashForeachData *) user_data;
 	EmpathyContact   *contact;
 	const gchar      *icon_name;
 	GtkTreePath      *parent_path = NULL;



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