From: Vincent Pit Date: Wed, 6 Jan 2010 22:58:37 +0000 (+0100) Subject: Indentation X-Git-Tag: v0.40~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=de17a4857e738f4474bea721e6064f1b52273f6d Indentation --- diff --git a/Magic.xs b/Magic.xs index cc40364..fa09ec1 100644 --- a/Magic.xs +++ b/Magic.xs @@ -1022,7 +1022,7 @@ STATIC U32 vmg_svt_len(pTHX_ SV *sv, MAGIC *mg) { svr = POPs; ret = SvOK(svr) ? (U32) SvUV(svr) : len; if (t == SVt_PVAV) - --ret; + --ret; PUTBACK; FREETMPS;