From: Karl Williamson Date: Wed, 6 Nov 2013 05:52:10 +0000 (-0700) Subject: mktables: White-space only X-Git-Tag: upstream/5.20.0~894^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a057241e2379b869892ff4c191ba91c941cf45d5;p=platform%2Fupstream%2Fperl.git mktables: White-space only Align a few lines to begin on same column which has been outdented so nothing exceeds 79 columns --- diff --git a/lib/unicore/mktables b/lib/unicore/mktables index dcbca26..f4c3d42 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -11566,11 +11566,11 @@ sub filter_old_style_arabic_shaping { # maps for them in the legacy table, and merely add them in the # new-style one. my $legacy = Property->new("Legacy_" . $full_casing_full_name, - File => $full_casing_full_name + File => $full_casing_full_name =~ s/case_Mapping//r, - Format => $HEX_FORMAT, - Default_Map => $CODE_POINT, - Initialize => $full_casing_table, + Format => $HEX_FORMAT, + Default_Map => $CODE_POINT, + Initialize => $full_casing_table, Replacement_Property => $full_casing_full_name, );