diff mbox series

[OSSTEST,76/82] sg-report-flight: Reformat slightly

Message ID 20201007180024.7932-77-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series Reuse test hosts | expand

Commit Message

Ian Jackson Oct. 7, 2020, 6 p.m. UTC
This is more regular and will make the next commit easier to
understand.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 sg-report-flight | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/sg-report-flight b/sg-report-flight
index 0413a730..7dc218cf 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -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>";