mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Fix coding style part 2
This commit is contained in:
@@ -11,8 +11,7 @@ foreach (dbFetchRows('SELECT * FROM toner where device_id = ?', array($device['d
|
||||
|
||||
if ($colour['left'] == null) {
|
||||
// FIXME generic colour function
|
||||
switch ($iter)
|
||||
{
|
||||
switch ($iter) {
|
||||
case '1':
|
||||
$colour['left'] = '000000';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user