utf8_heavy.pl: white-space only
authorKarl Williamson <public@khwilliamson.com>
Sat, 5 Nov 2011 16:52:45 +0000 (10:52 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:34 +0000 (08:09 -0700)
Indenting to reflect being in a new block

lib/utf8_heavy.pl

index 0bb1cdd..2f34b85 100644 (file)
@@ -424,11 +424,11 @@ sub _loose_name ($) {
                 ##
 
                 if ($minbits != 1) {    # Only check if caller wants non-binary
-                if ($type =~ /^To(Digit|Fold|Lower|Title|Upper)$/) {
-                    $file = "$unicore_dir/To/$1.pl";
-                    ## would like to test to see if $file actually exists....
-                    last GETFILE;
-                }
+                    if ($type =~ /^To(Digit|Fold|Lower|Title|Upper)$/) {
+                        $file = "$unicore_dir/To/$1.pl";
+                        ## would like to test to see if $file actually exists....
+                        last GETFILE;
+                    }
                 }
 
                 ##