firmware: indent issue

This commit is contained in:
Franco Fichtner 2019-12-16 11:09:04 +01:00
parent 9f03854bc4
commit 4bc90402dc

View File

@ -90,7 +90,7 @@ class FirmwareController extends ApiControllerBase
switch ($action) {
case 'install':
case 'reinstall':
/* find the development/stable equivalent */
/* find the development/stable equivalent */
$other = preg_replace('/-devel$/', '', $name);
if ($other == $name) {
$other = "$name-devel";