mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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