From: Pierre-Luc Beaudoin Date: Mon, 6 Jul 2009 11:14:59 +0000 (+0100) Subject: Fix styling X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf91bd5cf31342dfed7dd2442a8bf28cf426e9db;p=libchamplain Fix styling --- diff --git a/champlain/champlain-layer.c b/champlain/champlain-layer.c index 76a8297..c25192a 100644 --- a/champlain/champlain-layer.c +++ b/champlain/champlain-layer.c @@ -102,10 +102,10 @@ champlain_layer_class_init (ChamplainLayerClass *klass) static void champlain_layer_init (ChamplainLayer *self) { - g_signal_connect_after(G_OBJECT(self), "actor-added", - G_CALLBACK(layer_add_cb), NULL); - g_signal_connect_after(G_OBJECT(self), "actor-removed", - G_CALLBACK(layer_remove_cb), NULL); + g_signal_connect_after (G_OBJECT (self), "actor-added", + G_CALLBACK (layer_add_cb), NULL); + g_signal_connect_after (G_OBJECT (self), "actor-removed", + G_CALLBACK (layer_remove_cb), NULL); } /* This callback serves to keep the markers ordered by their latitude.