[Telepathy-commits] [telepathy-gabble/master] presence-cache: coding style fix
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Mar 16 10:12:50 PDT 2009
---
src/presence-cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/presence-cache.c b/src/presence-cache.c
index 575199d..2a3eec2 100644
--- a/src/presence-cache.c
+++ b/src/presence-cache.c
@@ -1817,7 +1817,7 @@ gabble_presence_cache_get_location (GabblePresenceCache *cache,
location = g_hash_table_lookup (priv->location, GUINT_TO_POINTER (handle));
if (location != NULL)
{
- g_hash_table_ref(location);
+ g_hash_table_ref (location);
return location;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list