[PATCH] testbot: A minor indentation fix in PatchUtils.pm.

Francois Gouget fgouget at codeweavers.com
Tue Jun 12 04:04:01 CDT 2018


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

diff --git a/testbot/lib/WineTestBot/PatchUtils.pm b/testbot/lib/WineTestBot/PatchUtils.pm
index 02c89e285..833394abe 100644
--- a/testbot/lib/WineTestBot/PatchUtils.pm
+++ b/testbot/lib/WineTestBot/PatchUtils.pm
@@ -211,8 +211,8 @@ sub GetPatchImpact($;$$)
         last;
       }
       if (exists $TestInfo->{Files}->{"$Base.spec"} and
-             ($TestInfo->{Files}->{"$Base.c"} or
-              $TestInfo->{Files}->{"$Base.spec"}))
+          ($TestInfo->{Files}->{"$Base.c"} or
+           $TestInfo->{Files}->{"$Base.spec"}))
       {
         # Any change to a helper dll can potentially impact all tests
         $AllUnits = 1;
-- 
2.17.1




More information about the wine-devel mailing list