[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 07/15] sg-run-job: examination: Style improvement
This is going to make things a bit clearer. Whitespace change only. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- sg-run-job | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 ---------- -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |