[empathy] coding style tweak



commit 5ad816894a9a08c52298a84a183f6d853654f913
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jun 7 15:12:20 2011 +0200

    coding style tweak

 src/empathy-main-window.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 069ad54..a120d58 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -204,8 +204,7 @@ main_window_flash_foreach (GtkTreeModel *model,
 	GdkPixbuf        *pixbuf = NULL;
 
 	gtk_tree_model_get (model, iter,
-			    EMPATHY_INDIVIDUAL_STORE_COL_INDIVIDUAL,
-				&individual,
+			    EMPATHY_INDIVIDUAL_STORE_COL_INDIVIDUAL, &individual,
 			    -1);
 
 	if (individual == NULL)



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