summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-09-05 15:14:59 -0600
committerKarl Williamson <public@khwilliamson.com>2012-09-13 21:14:04 -0600
commit1f063c5738967dbc1ef4271ba8b58fbed5ac5a8c (patch)
treebd1b5a24f61768a34914eec60eb38932971532e2 /regen/regcharclass.pl
parentf5772832202b347008e4fec0abfe1113ffd79de8 (diff)
downloadperl-1f063c5738967dbc1ef4271ba8b58fbed5ac5a8c.tar.gz
regen/regcharclass.pl: White-space only
Indent a newly-formed block
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-xregen/regcharclass.pl14
1 files changed, 7 insertions, 7 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index c7fda959cf..e4133fd7b4 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -694,13 +694,13 @@ sub _cond_as_str {
if $combine;
if ($is_cp_ret) {
- @ranges= map {
- ref $_
- ? sprintf(
- "( $self->{val_fmt} <= $test && $test <= $self->{val_fmt} )",
- @$_ )
- : sprintf( "$self->{val_fmt} == $test", $_ );
- } @ranges;
+ @ranges= map {
+ ref $_
+ ? sprintf(
+ "( $self->{val_fmt} <= $test && $test <= $self->{val_fmt} )",
+ @$_ )
+ : sprintf( "$self->{val_fmt} == $test", $_ );
+ } @ranges;
}
else {
# If the input set has certain characteristics, we can optimize tests