projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
87894a2
)
/regen/regcharclass.pl: white-space only; no code changes
author
Karl Williamson <public@khwilliamson.com>
Tue, 22 Jan 2013 20:29:10 +0000 (13:29 -0700)
committer
Karl Williamson <public@khwilliamson.com>
Thu, 24 Jan 2013 02:35:34 +0000 (19:35 -0700)
regen/regcharclass.pl
patch
|
blob
|
blame
|
history
diff --git
a/regen/regcharclass.pl
b/regen/regcharclass.pl
index
ae82411
..
d3a9124
100755
(executable)
--- a/
regen/regcharclass.pl
+++ b/
regen/regcharclass.pl
@@
-576,10
+576,10
@@
sub generic_optree {
$else= __cond_join( "!( is_utf8 )", $latin1, $else );
}
if ($opt{type} eq 'generic') {
- my $low= $self->make_trie( 'low', $opt{max_depth} );
- if ( $low ) {
- $else= $self->_optree( $low, $test_type, $opt{ret_type}, $else, 0 );
- }
+ my $low= $self->make_trie( 'low', $opt{max_depth} );
+ if ( $low ) {
+ $else= $self->_optree( $low, $test_type, $opt{ret_type}, $else, 0 );
+ }
}
return $else;