]> xenbits.xensource.com Git - osstest.git/commitdiff
sg-report-flight: Reformat slightly
authorIan Jackson <iwj@xenproject.org>
Fri, 2 Oct 2020 15:19:04 +0000 (16:19 +0100)
committerIan Jackson <iwj@xenproject.org>
Wed, 7 Oct 2020 17:39:48 +0000 (18:39 +0100)
This is more regular and will make the next commit easier to
understand.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
sg-report-flight

index 0413a7300b4ba7a07f03ecabd446b95534def4ab..7dc218cfa4250aec6e90a0a54710e082afd3241a 100755 (executable)
@@ -1472,9 +1472,11 @@ END
          $srow->{tident},
          "$c{ResultsHtmlPubBaseUrl}/host/$srow->{hostname}.html",
          $srow->{hostname};
-       my $rel = $srow->{olive} ?
+       my $rel =
+         $srow->{olive} ?
          "<td align=\"center\" bgcolor=\"$red\">share</td>"
-         : $srow->{prep_started} ?
+         :
+         $srow->{prep_started} ?
          "<td align=\"center\" bgcolor=\"$purple\">prep.</td>"
          :
          "<td align=\"center\">reuse</td>";