diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-04-04 13:51:02 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-02 08:29:18 -0600 |
commit | bf06c733213e5469c8d912fe85f738a32628579e (patch) | |
tree | 2ab67b0abed0e6f8c13a018407b41aebd14de5bd /lib | |
parent | 1d025d66877c2221c4ef30eac81e3cdb44f9851c (diff) | |
download | perl-bf06c733213e5469c8d912fe85f738a32628579e.tar.gz |
mktables: white-space only
This indents a newly-formed block, and reflows to fit into 80 columns
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/mktables | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index d638b0ae89..58ed846717 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -1513,14 +1513,14 @@ sub populate_char_info ($) { else { $viacode[$i] = 'Unassigned, block=' . $block-> value_of($i); - # Because we name the unassigned by the blocks they are in, it - # can't go past the end of that block, and it also can't go past - # the unassigned range it is in. The special table makes sure - # that the non-characters, which are unassigned, are separated - # out. - $end = min($block->containing_range($i)->end, - $unassigned_sans_noncharacters-> containing_range($i)-> - end); + # Because we name the unassigned by the blocks they are in, it + # can't go past the end of that block, and it also can't go + # past the unassigned range it is in. The special table makes + # sure that the non-characters, which are unassigned, are + # separated out. + $end = min($block->containing_range($i)->end, + $unassigned_sans_noncharacters-> + containing_range($i)->end); } } elsif ($v_version lt v2.0.0) { # No surrogates in earliest releases |