From 12607f423716139adfa4f571f608ae4e4f57d3c2 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sun, 29 Mar 2009 08:35:07 +0200 Subject: [PATCH] Formatting --- bindings/perl/Champlain/xs/ChamplainMarker.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/xs/ChamplainMarker.xs b/bindings/perl/Champlain/xs/ChamplainMarker.xs index 5f73d9f..fb88823 100644 --- a/bindings/perl/Champlain/xs/ChamplainMarker.xs +++ b/bindings/perl/Champlain/xs/ChamplainMarker.xs @@ -34,7 +34,7 @@ champlain_marker_new_with_image (class, gchar *filename) ClutterActor* -champlain_marker_new_with_image_full(class, const gchar *filename, gint width, gint height, gint anchor_x, gint anchor_y) +champlain_marker_new_with_image_full (class, const gchar *filename, gint width, gint height, gint anchor_x, gint anchor_y) PREINIT: GError *error = NULL; CODE: -- 2.39.5