From: Charles McGarvey Date: Sun, 4 Feb 2018 17:17:22 +0000 (-0700) Subject: convert some spaces to tabs X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=commitdiff_plain;h=6d4c3763e57d449259eb08183fb42024f596be81 convert some spaces to tabs --- 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; }