Loader: fix indentation...

...it's too early in the morning, wrong .vimrc on this system - sorry.
This commit is contained in:
Thomas Gelf 2019-02-20 05:48:04 +01:00
parent 07776c54f3
commit a487f83f99

@ -453,9 +453,9 @@ class Loader
$cmd = strtolower($m[1]);
$commands[] = $cmd;
}
}
closedir($base);
sort($commands);
}
closedir($base);
sort($commands);
return $commands;
}