From 6d4c3763e57d449259eb08183fb42024f596be81 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 4 Feb 2018 10:17:22 -0700 Subject: [PATCH] convert some spaces to tabs --- src/ext-perl.xs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ext-perl.xs b/src/ext-perl.xs index 9c7bd8b..4890db8 100644 --- a/src/ext-perl.xs +++ b/src/ext-perl.xs @@ -172,10 +172,10 @@ static inline GObject* SvGobject(const SV* sv) static inline SV* newSVgobject(const GObject* o) { - SV* (*func)(const GObject*, gboolean) = ext_symbol_lookup("gperl_new_object"); - if (func) { - return func(o, FALSE); - } + SV* (*func)(const GObject*, gboolean) = ext_symbol_lookup("gperl_new_object"); + if (func) { + return func(o, FALSE); + } return &PL_sv_undef; } -- 2.44.0