aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/contacts-map/geo-utils.h
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.h
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.h')
-rw-r--r--plugins/contacts-map/geo-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/contacts-map/geo-utils.h b/plugins/contacts-map/geo-utils.h
index 65248f4893..4560ed0b1a 100644
--- a/plugins/contacts-map/geo-utils.h
+++ b/plugins/contacts-map/geo-utils.h
@@ -9,7 +9,7 @@
#include <champlain-gtk/champlain-gtk.h>
#include <clutter-gtk/clutter-gtk.h>
-void
+void
get_min_max (gdouble *min_lat, gdouble *max_lat,
gdouble *min_lng, gdouble *max_lng,
gdouble lat, gdouble lng);