mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Loader: fix indentation...
...it's too early in the morning, wrong .vimrc on this system - sorry.
This commit is contained in:
parent
07776c54f3
commit
a487f83f99
@ -453,9 +453,9 @@ class Loader
|
|||||||
$cmd = strtolower($m[1]);
|
$cmd = strtolower($m[1]);
|
||||||
$commands[] = $cmd;
|
$commands[] = $cmd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
closedir($base);
|
closedir($base);
|
||||||
sort($commands);
|
sort($commands);
|
||||||
return $commands;
|
return $commands;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user