From: Guillaume Desmottes Date: Wed, 24 Jun 2009 15:07:52 +0000 (+0100) Subject: empathy-map-view: fix coding style X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=16b7d0adaecd0ff7f1d24741cd35246f80a72e42 empathy-map-view: fix coding style --- diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index 99c496b2..86e15bdf 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;