diff mbox

[OSSTEST,07/15] sg-run-job: examination: Style improvement

Message ID 1498054447-11281-8-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson June 21, 2017, 2:13 p.m. UTC
This is going to make things a bit clearer.

Whitespace change only.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 sg-run-job | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/sg-run-job b/sg-run-job
index cfbc34b..dc5fdc2 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -647,14 +647,10 @@  proc examine-host-examine {install} {
 }
 
 proc need-hosts/host-examine-xen {} { return {} }
-proc run-job/host-examine-xen {} {
-    examine-host-examine xen
-}
+proc run-job/host-examine-xen {} { examine-host-examine xen }
 
 proc need-hosts/host-examine-linux {} { return {} }
-proc need-hosts/host-examine-linux {} {
-    examine-host-examine debian
-}
+proc need-hosts/host-examine-linux {} { examine-host-examine debian }
 
 #---------- builds ----------