From: Vincent Pit Date: Fri, 31 Dec 2010 15:42:56 +0000 (+0100) Subject: Spaces vs tabs X-Git-Tag: v0.07~2 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=722066766e42ef59d3d53e070635203932f2010e;hp=45651498cc83f108b5b206393960fe0f72de5e37;p=perl%2Fmodules%2Fautovivification.git Spaces vs tabs --- diff --git a/autovivification.xs b/autovivification.xs index f52d408..6dca2c0 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -293,7 +293,7 @@ STATIC UV a_detag(pTHX_ const SV *hint) { ? SvUVX(H) \ : (SvPOK(H) \ ? sv_2uv(SvLEN(H) ? (H) : sv_mortalcopy(H)) \ - : 0 \ + : 0 \ ) \ ) \ : 0)