[empathy/gnome-2-34] Indentation fix



commit 93d07624b205676bb0cc3f42e7834945856b8ca5
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Thu Feb 24 10:46:38 2011 +0000

    Indentation fix

 libempathy-gtk/empathy-log-window.c |   42 +++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 9e71571..2fd9549 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -809,27 +809,27 @@ log_manager_got_entities_cb (GObject *manager,
 	store = GTK_LIST_STORE (model);
 
 	for (l = entities; l; l = l->next) {
-			TplEntity *entity;
-
-			entity = TPL_ENTITY (l->data);
-
-			gtk_list_store_append (store, &iter);
-			gtk_list_store_set (store, &iter,
-					COL_CHAT_ICON, "empathy-available", /* FIXME */
-					COL_CHAT_NAME, tpl_entity_get_alias (entity),
-					COL_CHAT_ACCOUNT, account,
-					COL_CHAT_TARGET, entity,
-					-1);
-
-			if (window->selected_account != NULL &&
-			    !tp_strdiff (tp_proxy_get_object_path (account),
-			    tp_proxy_get_object_path (window->selected_account)))
-				select_account = TRUE;
-
-			/* FIXME: Update COL_CHAT_ICON/NAME */
-			if (tpl_entity_get_entity_type (entity) == TPL_ENTITY_ROOM) {
-			} else {
-			}
+		TplEntity *entity;
+
+		entity = TPL_ENTITY (l->data);
+
+		gtk_list_store_append (store, &iter);
+		gtk_list_store_set (store, &iter,
+				COL_CHAT_ICON, "empathy-available", /* FIXME */
+				COL_CHAT_NAME, tpl_entity_get_alias (entity),
+				COL_CHAT_ACCOUNT, account,
+				COL_CHAT_TARGET, entity,
+				-1);
+
+		if (window->selected_account != NULL &&
+		    !tp_strdiff (tp_proxy_get_object_path (account),
+		    tp_proxy_get_object_path (window->selected_account)))
+			select_account = TRUE;
+
+		/* FIXME: Update COL_CHAT_ICON/NAME */
+		if (tpl_entity_get_entity_type (entity) == TPL_ENTITY_ROOM) {
+		} else {
+		}
 	}
 	g_list_free_full (entities, g_object_unref);
 



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