aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-contact-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-contact-map.c')
-rw-r--r--widgets/misc/e-contact-map.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-contact-map.c b/widgets/misc/e-contact-map.c
index 38ca2d9609..3ad17b441f 100644
--- a/widgets/misc/e-contact-map.c
+++ b/widgets/misc/e-contact-map.c
@@ -266,7 +266,8 @@ e_contact_map_init (EContactMap *map)
map->priv = E_CONTACT_MAP_GET_PRIVATE (map);
- hash_table = g_hash_table_new_full (g_str_hash, g_str_equal,
+ hash_table = g_hash_table_new_full (
+ g_str_hash, g_str_equal,
(GDestroyNotify) g_free, NULL);
map->priv->markers = hash_table;