summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-03-16 11:01:21 -0600
committerKarl Williamson <public@khwilliamson.com>2012-03-19 16:51:25 -0600
commit4cc560b23649f322bae0315aed9b9665e537c44e (patch)
tree96c351dd4688d5cde3ed87a43682e9c0127649f2
parent21a1aff7e1eddd8acb5f096dd264e2f967ad5401 (diff)
downloadperl-4cc560b23649f322bae0315aed9b9665e537c44e.tar.gz
mktables: white-space only
This outdents code to line up vertically with surrounding text
-rw-r--r--lib/unicore/mktables43
1 files changed, 22 insertions, 21 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index fa3e66e9f1..ea3d577719 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -12800,6 +12800,7 @@ sub compile_perl() {
# Actually add; before or after current entry(ies) as determined
# above.
+
$perl_charname->add_duplicate($code_point, $value, Replace => $replace_type);
}
}
@@ -12811,32 +12812,32 @@ sub compile_perl() {
? $MULTIPLE_BEFORE
: $MULTIPLE_AFTER;
- foreach my $range (property_ref('Unicode_1_Name')->ranges) {
- my $code_point = $range->start;
- my $unicode_1_value = $range->value;
- next if $unicode_1_value eq ""; # Skip if name doesn't exist.
+ foreach my $range (property_ref('Unicode_1_Name')->ranges) {
+ my $code_point = $range->start;
+ my $unicode_1_value = $range->value;
+ next if $unicode_1_value eq ""; # Skip if name doesn't exist.
- if ($code_point != $range->end) {
- Carp::my_carp_bug("Bad News. Expecting only one code point in the range $range. Just to keep going, using only the first code point;");
- }
+ if ($code_point != $range->end) {
+ Carp::my_carp_bug("Bad News. Expecting only one code point in the range $range. Just to keep going, using only the first code point;");
+ }
- # To handle EBCDIC, we don't hard code in the code points of the
- # controls; instead realizing that all of them are below 256.
- last if $code_point > 255;
+ # To handle EBCDIC, we don't hard code in the code points of the
+ # controls; instead realizing that all of them are below 256.
+ last if $code_point > 255;
- # We only add in the controls.
- next if $gc->value_of($code_point) ne 'Cc';
+ # We only add in the controls.
+ next if $gc->value_of($code_point) ne 'Cc';
- # This won't add an exact duplicate.
- $perl_charname->add_duplicate($code_point, $unicode_1_value,
- Replace => $before_or_after);
- }
+ # This won't add an exact duplicate.
+ $perl_charname->add_duplicate($code_point, $unicode_1_value,
+ Replace => $before_or_after);
+ }
- # Now that have everything added, add in abbreviations after
- # everything else.
- foreach my $value (keys %abbreviations) {
- $perl_charname->add_duplicate($abbreviations{$value}, $value, Replace => $MULTIPLE_AFTER);
- }
+ # Now that have everything added, add in abbreviations after
+ # everything else.
+ foreach my $value (keys %abbreviations) {
+ $perl_charname->add_duplicate($abbreviations{$value}, $value,
+ Replace => $MULTIPLE_AFTER);
$alias_sentence = <<END;
The Name_Alias property adds duplicate code point entries that are
alternatives to the original name. If an addition is a corrected