mktables: White-space only
authorKarl Williamson <public@khwilliamson.com>
Wed, 6 Nov 2013 05:52:10 +0000 (22:52 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:27:17 +0000 (08:27 -0700)
Align a few lines to begin on same column which has been outdented so
nothing exceeds 79 columns

lib/unicore/mktables

index dcbca26..f4c3d42 100644 (file)
@@ -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,
             );