From: Vincent Pit Date: Wed, 1 Jul 2015 02:08:49 +0000 (-0300) Subject: No tabs please X-Git-Tag: v0.16~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=953c78ea46700417b5ab265779668d5a5033a61f No tabs please --- diff --git a/autovivification.xs b/autovivification.xs index 9884389..828ea9a 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -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;