mktables: whitespace changes only
authorKarl Williamson <public@khwilliamson.com>
Tue, 4 Oct 2011 17:57:57 +0000 (11:57 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:22 +0000 (08:09 -0700)
Indent to correspond to newly formed block around this code

lib/unicore/mktables

index 5e65b6a..3d7760f 100644 (file)
@@ -5965,17 +5965,19 @@ END
                 $needing_code_points_ending_in_code_point = $property;
             }
             if ($property == $needing_code_points_ending_in_code_point) {
-            push @{$names_ending_in_code_point{$map}->{'low'}}, $low;
-            push @{$names_ending_in_code_point{$map}->{'high'}}, $high;
-
-            my $squeezed = $map =~ s/[-\s]+//gr;
-            push @{$loose_names_ending_in_code_point{$squeezed}->{'low'}}, $low;
-            push @{$loose_names_ending_in_code_point{$squeezed}->{'high'}}, $high;
-
-            push @code_points_ending_in_code_point, { low => $low,
-                                                      high => $high,
-                                                      name => $map
-                                                    };
+                push @{$names_ending_in_code_point{$map}->{'low'}}, $low;
+                push @{$names_ending_in_code_point{$map}->{'high'}}, $high;
+
+                my $squeezed = $map =~ s/[-\s]+//gr;
+                push @{$loose_names_ending_in_code_point{$squeezed}->{'low'}},
+                                                                          $low;
+                push @{$loose_names_ending_in_code_point{$squeezed}->{'high'}},
+                                                                         $high;
+
+                push @code_points_ending_in_code_point, { low => $low,
+                                                        high => $high,
+                                                        name => $map
+                                                        };
             }
         }
         elsif ($range->type == $MULTI_CP || $range->type == $NULL) {