]> err.no Git - libchamplain/commitdiff
Formatting
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 3 May 2009 20:29:34 +0000 (22:29 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 6 May 2009 03:16:02 +0000 (23:16 -0400)
bindings/perl/Champlain/xs/ChamplainMarker.xs

index 32bf96bcdd2624cda0491732dc8a4bc6d772adfd..b515ba34df8f3f47a26a337ac22bb5dbb540cfd3 100644 (file)
@@ -18,11 +18,13 @@ ClutterActor*
 champlain_marker_new_from_file (class, const gchar *filename)
        PREINIT:
                GError *error = NULL;
+
        CODE:
                RETVAL = champlain_marker_new_from_file(filename, &error);
                if (error) {
                        gperl_croak_gerror(NULL, error);
                }
+
        OUTPUT:
                RETVAL