whitespace cleanup (#547)

* whitespace

* start tbody correctly
This commit is contained in:
nick n
2019-03-23 10:28:43 +01:00
committed by Oliver Gorwits
parent 7ad712d79a
commit 3e5e7d36cc
21 changed files with 25 additions and 25 deletions

View File

@@ -94,7 +94,7 @@ sub best_status {
my $cur_status = '';
foreach my $status (reverse @{ $job->_statuslist }) {
next if $status->phase
next if $status->phase
and $status->phase !~ m/^(?:early|main|store|late)$/;
if ($status->level >= $cur_level) {
@@ -123,7 +123,7 @@ sub finalise_status {
my $max_level = Status->error()->level;
foreach my $status (reverse @{ $job->_statuslist }) {
next if $status->phase
next if $status->phase
and $status->phase !~ m/^(?:check|early|main|store|late)$/;
# done() from check phase should not be the action's done()