From a487f83f99e440bc71e268725a31943d9e29ea75 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 20 Feb 2019 05:48:04 +0100 Subject: [PATCH] Loader: fix indentation... ...it's too early in the morning, wrong .vimrc on this system - sorry. --- library/Icinga/Cli/Loader.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Icinga/Cli/Loader.php b/library/Icinga/Cli/Loader.php index 3921c56c5..153e12bd4 100644 --- a/library/Icinga/Cli/Loader.php +++ b/library/Icinga/Cli/Loader.php @@ -453,9 +453,9 @@ class Loader $cmd = strtolower($m[1]); $commands[] = $cmd; } - } - closedir($base); - sort($commands); + } + closedir($base); + sort($commands); return $commands; }