From 010c8e19c2f0fd992a14779da9537d6867caf46f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 5 Nov 2011 10:52:45 -0600 Subject: [PATCH] utf8_heavy.pl: white-space only Indenting to reflect being in a new block --- lib/utf8_heavy.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 0bb1cdd..2f34b85 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -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; + } } ## -- 2.7.4