Skip to content

Commit 87d5c9c

Browse files
committed
Formatting adjustment
1 parent 1183572 commit 87d5c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

av.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
305305
if (AvARRAY(av)[key])
306306
return &AvARRAY(av)[key];
307307

308-
emptiness:
309-
return lval ? av_store(av,key,newSV_type(SVt_NULL)) : NULL;
308+
emptiness:
309+
return lval ? av_store(av,key,newSV_type(SVt_NULL)) : NULL;
310310
}
311311

312312
/*

0 commit comments

Comments
 (0)