fixed formatting

This commit is contained in:
Rasmus Aberg
2015-07-21 16:14:38 +02:00
parent aae9ba806c
commit 80cdbfcb4f

View File

@@ -10,4 +10,3 @@ if ($device['os'] == 'xos') {
$mempool['free'] = ($avail * 1024);
$mempool['used'] = (($total - $avail) * 1024);
}
?>