Francois Gouget : testbot/web: Fix an indentation in the Stats code.

Alexandre Julliard julliard at winehq.org
Wed Feb 7 13:27:46 CST 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Feb  7 05:29:59 2018 +0100

testbot/web: Fix an indentation in the Stats code.

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

---

 testbot/web/Stats.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index d9a3ce5..9db2ad3 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -82,8 +82,8 @@ sub _AddRate($$;$)
   $RateKey =~ s/(?:\.time)?\.count$/.rate/;
   $AllStats ||= $Stats;
   $Stats->{$RateKey} = $AllStats->{elapsed} ?
-        3600 * $Stats->{$StatKey} / $AllStats->{elapsed} :
-      "n/a";
+                       3600 * $Stats->{$StatKey} / $AllStats->{elapsed} :
+                       "n/a";
 }
 
 sub _GetAverage($$)




More information about the wine-cvs mailing list