]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
No tabs please
authorVincent Pit <vince@profvince.com>
Wed, 1 Jul 2015 02:08:49 +0000 (23:08 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 1 Jul 2015 02:08:49 +0000 (23:08 -0300)
autovivification.xs

index 9884389bd99370dd398e8a812bfd88e6172d4bcf..828ea9a91c2389d0acf6ce8f191dbc45be4a1677 100644 (file)
@@ -1178,7 +1178,7 @@ do_HV_helem:
         break;
        case A_HINT_STORE:
         sv = a_do_pp_hfetch_lv(sv, key);
-       break;
+        break;
        case A_HINT_EXISTS:
         sv = a_do_pp_hexists(sv, key);
         break;