[empathy/gnome-3-0] coding style tweak



commit ea27db414c21f855aea26c0ccfd4b4963ff05963
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 231b1e1..094be41 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -200,8 +200,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]