From: Guillaume Desmottes Date: Fri, 15 May 2009 15:50:32 +0000 (+0100) Subject: empathy-main-window: fix coding style X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=94e1daa81a82d7ad0c6f2f0f49a0bf470d837c33 empathy-main-window: fix coding style --- diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index d2bfe167..d2a7b2d4 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;