mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
gv.c: White-space only
This makes the indentation to what was clearly intended
This commit is contained in:
parent
397c46e447
commit
8bfb759a81
3
gv.c
3
gv.c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user