mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Fix intendation in MultiController
Use spaces instead of tabs
This commit is contained in:
parent
d49f30ff77
commit
ae99dd39fd
@ -193,8 +193,7 @@ class Monitoring_MultiController extends Controller
|
|||||||
private function getUniqueValues($values, $key)
|
private function getUniqueValues($values, $key)
|
||||||
{
|
{
|
||||||
$unique = array();
|
$unique = array();
|
||||||
foreach ($values as $value)
|
foreach ($values as $value) {
|
||||||
{
|
|
||||||
if (is_array($value)) {
|
if (is_array($value)) {
|
||||||
$unique[$value[$key]] = $value[$key];
|
$unique[$value[$key]] = $value[$key];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user