]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Spaces vs tabs
authorVincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 15:42:56 +0000 (16:42 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 15:42:56 +0000 (16:42 +0100)
autovivification.xs

index f52d4084762cde520561ee406299b65fc501e036..6dca2c034c2d833c27957b60e249c4ceb22501a0 100644 (file)
@@ -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)