[empathy] empathy-tp-contact-factory: coding style fixes



commit 7af6acca0b4bc147d6655d27566f1b287d8fb4da
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu May 28 10:06:11 2009 +0100

    empathy-tp-contact-factory: coding style fixes
---
 libempathy/empathy-tp-contact-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index 92b5b90..abef0c0 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -486,12 +486,12 @@ tp_contact_factory_geocode (EmpathyContact *contact)
 
 	if (geocode == NULL) {
 		geocode = geoclue_geocode_new (GEOCODE_SERVICE, GEOCODE_PATH);
-		g_object_add_weak_pointer (G_OBJECT (geocode), (gpointer*)&geocode);
+		g_object_add_weak_pointer (G_OBJECT (geocode), (gpointer *) &geocode);
 	}
 	else
 		g_object_ref (geocode);
 
-	address = geoclue_address_details_new();
+	address = geoclue_address_details_new ();
 
 	str = get_dup_string (location, EMPATHY_LOCATION_COUNTRY);
 	if (str != NULL)



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