[PATCH] testbot: A minor LogUtils.pm indentation fix.

Francois Gouget fgouget at codeweavers.com
Tue Jul 17 09:42:09 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/LogUtils.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm
index 5e6407b49..cabd18358 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -361,7 +361,7 @@ sub ParseWineTestReport($$$$)
         }
         elsif ($Parser->{IsWineTest} and !$Cur->{IsBroken})
         {
-           _AddError($Parser, "$Dll:$Unit has no test summary line (early exit of the main process?)");
+          _AddError($Parser, "$Dll:$Unit has no test summary line (early exit of the main process?)");
         }
       }
       elsif ($Rc & 0xc0000000)
-- 
2.18.0



More information about the wine-devel mailing list