Francois Gouget : testbot: A minor indentation fix in PatchUtils.pm.

Alexandre Julliard julliard at winehq.org
Tue Jun 12 17:35:20 CDT 2018


Module: tools
Branch: master
Commit: d45bbf38fb1422b7a098584c1a9d0bb9c148a482
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=d45bbf38fb1422b7a098584c1a9d0bb9c148a482

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Jun 12 11:04:01 2018 +0200

testbot: A minor indentation fix in PatchUtils.pm.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 02c89e2..833394a 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;




More information about the wine-cvs mailing list