]> git.0d.be Git - empathy.git/commitdiff
coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Aug 2011 14:37:22 +0000 (16:37 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Aug 2011 14:37:22 +0000 (16:37 +0200)
libempathy-gtk/empathy-contact-list-store.c
libempathy-gtk/empathy-individual-store.c

index 00f5f4ad17db78d4b5aa04dcac443d83267c2c92..189df5dc5bd2c6f71059ec4709e5993158221a83 100644 (file)
@@ -70,7 +70,7 @@ typedef struct {
        guint                       setup_idle_id;
        gboolean                    dispose_has_run;
        GHashTable                  *status_icons;
-       /* Hash: EmpathyContact* -> GQueue(GtkTreeRowReference) */
+       /* Hash: EmpathyContact* -> GQueue (GtkTreeRowReference) */
        GHashTable                  *empathy_contact_cache;
        /* Hash: char *groupname -> GtkTreeRowReference *row */
        GHashTable                  *empathy_group_cache;
index 5b920d63bfa9aa398d00605a2d01fd42f790dd95..74c3a14521fa5ff8ab02f272da1ccc9dea47a621 100644 (file)
@@ -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;