From: Vincent Pit Date: Sat, 4 Aug 2012 21:50:23 +0000 (+0200) Subject: Fix indentation in vmg_call_sv() X-Git-Tag: v0.51~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=39d298473b7bb1073edb5d64515c7c7e7be7c7fb Fix indentation in vmg_call_sv() The previous commit just made it obvious that it was misindented. --- diff --git a/Magic.xs b/Magic.xs index 8799958..997b45d 100644 --- 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);