mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04: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
1 changed files with 3 additions and 3 deletions
|
|
@ -453,9 +453,9 @@ class Loader
|
|||
$cmd = strtolower($m[1]);
|
||||
$commands[] = $cmd;
|
||||
}
|
||||
}
|
||||
closedir($base);
|
||||
sort($commands);
|
||||
}
|
||||
closedir($base);
|
||||
sort($commands);
|
||||
return $commands;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue