diff options
author | Karl Williamson <khw@cpan.org> | 2021-02-11 11:13:39 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-02-11 12:58:44 -0700 |
commit | d702bd509341ea3ff713e71c51f01e96f0d44886 (patch) | |
tree | 7a4e9f52e440b360f591eb0293af1cefc5cdf712 /sv.c | |
parent | e95279b990fe71adf8752b3e776239cd7ec2f656 (diff) | |
download | perl-d702bd509341ea3ff713e71c51f01e96f0d44886.tar.gz |
sv.c: White space only
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15318,7 +15318,7 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, #ifdef USE_LOCALE_COLLATE PL_collation_ix = proto_perl->Icollation_ix; - PL_collation_standard = proto_perl->Icollation_standard; + PL_collation_standard = proto_perl->Icollation_standard; PL_collxfrm_base = proto_perl->Icollxfrm_base; PL_collxfrm_mult = proto_perl->Icollxfrm_mult; PL_strxfrm_max_cp = proto_perl->Istrxfrm_max_cp; |