Use perltidy

This commit is contained in:
Duncan Ferguson 2016-05-01 09:45:41 +01:00
parent 3002314e92
commit c83e9e785f

View file

@ -71,8 +71,8 @@ sub expand {
( $start, $end ) = split( /\.\./, $section, 2 );
}
$start=$section if(!defined($start));
$end=$start if(!defined($end));
$start = $section if ( !defined($start) );
$end = $start if ( !defined($end) );
foreach my $number ( $start .. $end ) {
push( @newlist, "$base$number" );