aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/contacts-map/geo-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-29 05:16:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-29 05:16:33 +0800
commit7005a8dcdc6f2fb87826cfb7e7d575130476d65d (patch)
treee500a455ba03ff1c63bce7f8d970704b22a61fd7 /plugins/contacts-map/geo-utils.c
parent46e5f2d7f950b00e6a523c29fbba9ba43632a80d (diff)
downloadgsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar
gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.gz
gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.bz2
gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.lz
gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.xz
gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.zst
gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'plugins/contacts-map/geo-utils.c')
-rw-r--r--plugins/contacts-map/geo-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/contacts-map/geo-utils.c b/plugins/contacts-map/geo-utils.c
index 3f7473cab4..b44b926ef3 100644
--- a/plugins/contacts-map/geo-utils.c
+++ b/plugins/contacts-map/geo-utils.c
@@ -33,13 +33,13 @@ add_marker (ChamplainLayer *layer, gdouble lat, gdouble lng, EContact *contact)
champlain_layer_add_marker (layer, CHAMPLAIN_BASE_MARKER(marker));
}
-GeoclueGeocode*
+GeoclueGeocode*
get_geocoder (void)
{
GeoclueGeocode *geocoder = NULL;
/* Create new GeoclueGeocode */
- geocoder = geoclue_geocode_new ("org.freedesktop.Geoclue.Providers.Yahoo",
+ geocoder = geoclue_geocode_new ("org.freedesktop.Geoclue.Providers.Yahoo",
"/org/freedesktop/Geoclue/Providers/Yahoo");
return geocoder;