]> git.proxmox.com Git - pmg-api.git/commitdiff
follouwp indentation fixup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 7 Jun 2019 09:53:26 +0000 (11:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 7 Jun 2019 09:53:26 +0000 (11:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PMG/Statistic.pm

index 27b1166c62b427c2836b8f84e3745b2451e063bf..b00fed40acfbad7d8e741bbb087e6be3935b7c58 100755 (executable)
@@ -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;