]> Dogcows Code - chaz/homebank/commitdiff
convert some spaces to tabs
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 4 Feb 2018 17:17:22 +0000 (10:17 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 4 Feb 2018 17:17:22 +0000 (10:17 -0700)
src/ext-perl.xs

index 9c7bd8bc11aac03f1098fbeb4049def0a77a90cb..4890db85a56e2c7cd4b91548dc5009f6fa083ada 100644 (file)
@@ -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;
 }
 
This page took 0.02065 seconds and 4 git commands to generate.