gv.c: White-space only

This makes the indentation to what was clearly intended
This commit is contained in:
Karl Williamson 2025-09-08 09:25:00 -06:00
parent 397c46e447
commit 8bfb759a81

3
gv.c
View File

@ -2701,7 +2701,8 @@ Perl_gv_fetchpvn_flags(pTHX_ const char *nambeg, STRLEN full_len, I32 flags,
gv_init_pvn(gv, stash, name, len, (add & GV_ADDMULTI)|is_utf8);
if ( full_len != 0
&& isIDFIRST_lazy_if_safe(name, name + full_len, is_utf8)) {
&& isIDFIRST_lazy_if_safe(name, name + full_len, is_utf8))
{
if (ckWARN(WARN_ONCE)) {
if (ckDEAD(WARN_ONCE))
GvONCE_FATAL_on(gv);