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

Francois Gouget fgouget at codeweavers.com
Tue Feb 6 22:29:59 CST 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 d9a3ce50c..9db2ad377 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($$)
-- 
2.15.1




More information about the wine-devel mailing list