Francois Gouget : testbot: Fix the indentation of FormPage::SaveProperties().

Alexandre Julliard julliard at winehq.org
Fri Mar 4 15:51:21 CST 2022


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Mar  4 20:00:50 2022 +0100

testbot: Fix the indentation of FormPage::SaveProperties().

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

---

 testbot/lib/ObjectModel/CGI/FormPage.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testbot/lib/ObjectModel/CGI/FormPage.pm b/testbot/lib/ObjectModel/CGI/FormPage.pm
index 03ddea6..43b9b59 100644
--- a/testbot/lib/ObjectModel/CGI/FormPage.pm
+++ b/testbot/lib/ObjectModel/CGI/FormPage.pm
@@ -361,8 +361,7 @@ sub SaveProperties($)
     my $PropertyDescriptor = $self->GetPropertyDescriptorByName($ParameterName);
     if (defined($PropertyDescriptor))
     {
-      if (! $self->SaveProperty($PropertyDescriptor,
-          $self->GetParam($ParameterName)))
+      if (! $self->SaveProperty($PropertyDescriptor, $self->GetParam($ParameterName)))
       {
         return !1;
       }




More information about the wine-cvs mailing list