diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 23:07:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 23:08:56 +0800 |
commit | 16b7d0adaecd0ff7f1d24741cd35246f80a72e42 (patch) | |
tree | a5fef1d8f33a26abf3279a0f752ca3dcb1b1a627 /src/empathy-map-view.c | |
parent | 5557dda4a2b596d32962f5e7bc5800967d410d60 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r-- | src/empathy-map-view.c | 2 |
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; |