From 195d0f3befdff0c77bab6b40d856987cc1512f8b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 2 Dec 2012 22:08:33 -0700 Subject: [PATCH] ext/XS-APItest/t/handy.t: White space only Indent a newly formed block --- ext/XS-APItest/t/handy.t | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ext/XS-APItest/t/handy.t b/ext/XS-APItest/t/handy.t index d674b5f..c8323d4 100644 --- a/ext/XS-APItest/t/handy.t +++ b/ext/XS-APItest/t/handy.t @@ -114,22 +114,22 @@ foreach my $name (sort keys %properties) { # clearer synonym for ALNUM if ($name ne 'vertws') { if ($name ne 'alnum') { - $ret = truth eval "test_is${function}_A($i)"; - if ($@) { - fail($@); - } - else { - my $truth = truth($matches && $i < 128); - is ($ret, $truth, "is${function}_A( $display_name ) == $truth"); - } - $ret = truth eval "test_is${function}_L1($i)"; - if ($@) { - fail($@); - } - else { - my $truth = truth($matches && $i < 256); - is ($ret, $truth, "is${function}_L1( $display_name ) == $truth"); - } + $ret = truth eval "test_is${function}_A($i)"; + if ($@) { + fail($@); + } + else { + my $truth = truth($matches && $i < 128); + is ($ret, $truth, "is${function}_A( $display_name ) == $truth"); + } + $ret = truth eval "test_is${function}_L1($i)"; + if ($@) { + fail($@); + } + else { + my $truth = truth($matches && $i < 256); + is ($ret, $truth, "is${function}_L1( $display_name ) == $truth"); + } } next unless defined $locale; -- 1.8.3.1