From cd53ba990035bdb4861d9660917d457533d4ecb2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 14:56:28 -0400 Subject: Coding style cleanups. --- plugins/contacts-map/geo-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/contacts-map/geo-utils.c') diff --git a/plugins/contacts-map/geo-utils.c b/plugins/contacts-map/geo-utils.c index 1168e38562..ec36b33ab2 100644 --- a/plugins/contacts-map/geo-utils.c +++ b/plugins/contacts-map/geo-utils.c @@ -52,7 +52,7 @@ add_marker (ChamplainLayer *layer, gdouble lat, gdouble lng, EContact *contact) champlain_marker_set_use_markup (CHAMPLAIN_MARKER (marker), FALSE); champlain_base_marker_set_position (CHAMPLAIN_BASE_MARKER (marker), lat, lng); - champlain_layer_add_marker (layer, CHAMPLAIN_BASE_MARKER(marker)); + champlain_layer_add_marker (layer, CHAMPLAIN_BASE_MARKER (marker)); } GeoclueGeocode* -- cgit v1.2.3