Minor style fix

Former-commit-id: f730c6b8d4517b750a50ce73d1f940e0110a5f76
This commit is contained in:
fermin831 2019-03-20 18:26:27 +01:00
parent a0f4163c1d
commit 1da6d3710b
1 changed files with 2 additions and 5 deletions

View File

@ -299,10 +299,7 @@ function netflow_data_table($data, $start_date, $end_date, $aggregate)
$table->data[$i][1] = network_format_bytes($value['data']);
$i++;
}
}
// Aggregates.
else {
} else {
$i = 0;
foreach ($data['data'] as $timestamp => $values) {
$table->data[$i][0] = date($time_format, $timestamp);
@ -1647,7 +1644,7 @@ function netflow_get_resolution_name($value)
/**
* Report formatted subtitle.
*
* @param string $aggreagate Aggregate by param.
* @param string $aggregate Aggregate by param.
* @param string $resolution Netfow live view resolution.
* @param string $type Type of view.
*