]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Fix indentation in vmg_call_sv()
authorVincent Pit <vince@profvince.com>
Sat, 4 Aug 2012 21:50:23 +0000 (23:50 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 5 Aug 2012 10:43:49 +0000 (12:43 +0200)
The previous commit just made it obvious that it was misindented.

Magic.xs

index 8799958baade4e9af507b0bcd10c0ab7d6439431..997b45d233a1e675f16a51577fb502d1684aba29 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -269,10 +269,10 @@ STATIC I32 vmg_call_sv(pTHX_ SV *sv, I32 flags, int (*cleanup)(pTHX_ void *), vo
 #else
    ++PL_Ierror_count;
 #endif
-   } else if (!in_eval) {
-    if (!cleanup || cleanup(aTHX_ ud))
-     croak(NULL);
-   }
+  } else if (!in_eval) {
+   if (!cleanup || cleanup(aTHX_ ud))
+    croak(NULL);
+  }
  } else {
   if (old_err) {
    SvREFCNT_dec(ERRSV);