summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-02-11 11:13:39 -0700
committerKarl Williamson <khw@cpan.org>2021-02-11 12:58:44 -0700
commitd702bd509341ea3ff713e71c51f01e96f0d44886 (patch)
tree7a4e9f52e440b360f591eb0293af1cefc5cdf712 /sv.c
parente95279b990fe71adf8752b3e776239cd7ec2f656 (diff)
downloadperl-d702bd509341ea3ff713e71c51f01e96f0d44886.tar.gz
sv.c: White space only
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index e30eac6147..e54d0a078f 100644
--- a/sv.c
+++ b/sv.c
@@ -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;