From 59ad663d314e766b7d1bfeb5486676b622acfefa Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 7 Jun 2019 11:53:26 +0200 Subject: [PATCH] follouwp indentation fixup Signed-off-by: Thomas Lamprecht --- PMG/Statistic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PMG/Statistic.pm b/PMG/Statistic.pm index 27b1166..b00fed4 100755 --- a/PMG/Statistic.pm +++ b/PMG/Statistic.pm @@ -903,7 +903,7 @@ sub traffic_stat_graph { my $sth = $rdb->{dbh}->prepare($cmd); $sth->execute (); - my $max_entry = int(($to - $from) / $span); + my $max_entry = int(($to - $from) / $span); while (my $ref = $sth->fetchrow_hashref()) { my $i = $ref->{index}; $res->[$i] = $ref; -- 2.39.2