Module: tools Branch: master Commit: 6f205e94cb3d52f79efa00f899b926a9cceb02c7 URL: https://gitlab.winehq.org/winehq/tools/-/commit/6f205e94cb3d52f79efa00f899b9...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Nov 3 03:04:13 2022 +0100
testbot/TestWTBS: Fix the indentation of a line.
---
testbot/tests/TestWTBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS index 06ea6a60..f7d4fcfb 100755 --- a/testbot/tests/TestWTBS +++ b/testbot/tests/TestWTBS @@ -1162,7 +1162,7 @@ sub CheckJobTree($;$)
if (!$TestInfo and $OptJobInfoPath{$JobId}) { - $TestInfo = LoadTestInfo($OptJobInfoPath{$JobId}); + $TestInfo = LoadTestInfo($OptJobInfoPath{$JobId}); }
my ($HasTask, $HasNewFailures);