diff options
author | Karl Williamson <khw@cpan.org> | 2015-06-27 14:32:15 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:55 -0600 |
commit | 18b852b30ba40f63cf29d368bd82883f06faf085 (patch) | |
tree | 50b534ae2a4f37626cd57ec5fd0a310afe249edb /regen | |
parent | ad85f59a463da286e27a75852dc2baf65903ecab (diff) | |
download | perl-18b852b30ba40f63cf29d368bd82883f06faf085.tar.gz |
regen/mk_invlists.pl: White-space only
Reindent after the previous commit introduced an outer block
Diffstat (limited to 'regen')
-rw-r--r-- | regen/mk_invlists.pl | 12 |
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/; } } } |