summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
Diffstat (limited to 'regen')
-rw-r--r--regen/mk_invlists.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index ac0470c6ab..565280e79f 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -503,12 +503,12 @@ for my $charset (get_supported_code_pages()) {
unless defined $count;
}
else {
- @invlist = @$list_ref;
- @invmap = @$map_ref;
- $map_format = $format;
- $map_default = $default;
- $maps_to_code_point = $map_format =~ /x/;
- $to_adjust = $map_format =~ /a/;
+ @invlist = @$list_ref;
+ @invmap = @$map_ref;
+ $map_format = $format;
+ $map_default = $default;
+ $maps_to_code_point = $map_format =~ /x/;
+ $to_adjust = $map_format =~ /a/;
}
}
}