fix some indentations #390

This commit is contained in:
Jordi Sanfeliu 2022-02-09 09:34:06 +01:00
parent 6b60e2e837
commit c14fb6757b
1 changed files with 3 additions and 3 deletions

View File

@ -411,9 +411,9 @@ sub intelrapl_cgi {
push(@output, " <td>\n");
}
my (undef, undef, undef, $data) = RRDs::fetch("$rrd",
"--resolution=$tf->{res}",
"--start=-$tf->{nwhen}$tf->{twhen}",
"AVERAGE");
"--resolution=$tf->{res}",
"--start=-$tf->{nwhen}$tf->{twhen}",
"AVERAGE");
$err = RRDs::error;
push(@output, "ERROR: while fetching $rrd: $err\n") if $err;
my $line1;