mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fixed formatting
This commit is contained in:
@@ -10,4 +10,3 @@ if ($device['os'] == 'xos') {
|
||||
$mempool['free'] = ($avail * 1024);
|
||||
$mempool['used'] = (($total - $avail) * 1024);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user