[empathy] coding style fix
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] coding style fix
- Date: Mon, 29 Aug 2011 14:39:16 +0000 (UTC)
commit fe6a8678e1885b38ad7437436a1e5983aea2a8c7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Aug 29 16:37:22 2011 +0200
coding style fix
libempathy-gtk/empathy-contact-list-store.c | 2 +-
libempathy-gtk/empathy-individual-store.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 00f5f4a..189df5d 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -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;
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 5b920d6..74c3a14 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]