From 500fca8d6b903231416d5177be2a123c911dd836 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 22 Jan 2012 08:27:11 -0700 Subject: [PATCH] UCD.t: white space only outdent now that surrounding block is removed --- lib/Unicode/UCD.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Unicode/UCD.t b/lib/Unicode/UCD.t index 6171619..8dd977f 100644 --- a/lib/Unicode/UCD.t +++ b/lib/Unicode/UCD.t @@ -1432,9 +1432,9 @@ foreach my $prop (keys %props) { #note $i-0 . ": " . join " => ", @{$list[$i-0]}; #note $i+1 . ": " . join " => ", @{$list[$i+1]}; - # Then, remove any existing entry for this code point. - next if $cp != $list[$i][0]; - splice @list, $i, 1; + # Then, remove any existing entry for this code point. + next if $cp != $list[$i][0]; + splice @list, $i, 1; #note __LINE__ . ": $cp"; #note $i-1 . ": " . join " => ", @{$list[$i-1]}; -- 1.8.3.1