Skip to content

Commit 8bfb759

Browse files
committed
gv.c: White-space only
This makes the indentation to what was clearly intended
1 parent 397c46e commit 8bfb759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,8 @@ Perl_gv_fetchpvn_flags(pTHX_ const char *nambeg, STRLEN full_len, I32 flags,
27012701
gv_init_pvn(gv, stash, name, len, (add & GV_ADDMULTI)|is_utf8);
27022702

27032703
if ( full_len != 0
2704-
&& isIDFIRST_lazy_if_safe(name, name + full_len, is_utf8)) {
2704+
&& isIDFIRST_lazy_if_safe(name, name + full_len, is_utf8))
2705+
{
27052706
if (ckWARN(WARN_ONCE)) {
27062707
if (ckDEAD(WARN_ONCE))
27072708
GvONCE_FATAL_on(gv);

0 commit comments

Comments
 (0)