aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-individual-store.c')
-rw-r--r--libempathy-gtk/empathy-individual-store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 5b920d63b..74c3a1452 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -73,7 +73,7 @@ typedef struct
GHashTable *status_icons;
/* List of owned GCancellables for each pending avatar load operation */
GList *avatar_cancellables;
- /* Hash: FolksIndividual* -> GQueue(GtkTreeRowReference) */
+ /* Hash: FolksIndividual* -> GQueue (GtkTreeRowReference) */
GHashTable *folks_individual_cache;
/* Hash: char *groupname -> GtkTreeRowReference *row */
GHashTable *empathy_group_cache;
@@ -258,7 +258,7 @@ individual_store_get_group (EmpathyIndividualStore *self,
model = GTK_TREE_MODEL (self);
row_ref = g_hash_table_lookup (priv->empathy_group_cache, name);
-
+
if (row_ref == NULL)
{
GtkTreePath *path;