aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 23:07:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 23:08:56 +0800
commit16b7d0adaecd0ff7f1d24741cd35246f80a72e42 (patch)
treea5fef1d8f33a26abf3279a0f752ca3dcb1b1a627
parent5557dda4a2b596d32962f5e7bc5800967d410d60 (diff)
downloadgsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.tar
gsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.tar.gz
gsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.tar.bz2
gsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.tar.lz
gsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.tar.xz
gsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.tar.zst
gsoc2013-empathy-16b7d0adaecd0ff7f1d24741cd35246f80a72e42.zip
empathy-map-view: fix coding style
-rw-r--r--src/empathy-map-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 99c496b23..86e15bdff 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -161,7 +161,7 @@ map_view_contacts_foreach (GtkTreeModel *model,
GtkTreeIter *iter,
gpointer user_data)
{
- EmpathyMapView *window = (EmpathyMapView*) user_data;
+ EmpathyMapView *window = (EmpathyMapView *) user_data;
EmpathyContact *contact;
ClutterActor *marker;
ClutterActor *texture;