Journeys: perltidy
This commit is contained in:
parent
4abc43b72e
commit
1be5d4d0b0
1 changed files with 5 additions and 1 deletions
|
@ -1164,7 +1164,11 @@ sub compute_review {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $journey->{rt_duration} and $journey->{sched_duration} and $journey->{rt_duration} > 0 and $journey->{sched_duration} > 0 ) {
|
if ( $journey->{rt_duration}
|
||||||
|
and $journey->{sched_duration}
|
||||||
|
and $journey->{rt_duration} > 0
|
||||||
|
and $journey->{sched_duration} > 0 )
|
||||||
|
{
|
||||||
my $slowdown = $journey->{rt_duration} - $journey->{sched_duration};
|
my $slowdown = $journey->{rt_duration} - $journey->{sched_duration};
|
||||||
my $speedup = -$slowdown;
|
my $speedup = -$slowdown;
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in a new issue