From 80cdbfcb4f9eaa7e4374e3ffc330d2897856cf08 Mon Sep 17 00:00:00 2001 From: Rasmus Aberg Date: Tue, 21 Jul 2015 16:14:38 +0200 Subject: [PATCH] fixed formatting --- includes/polling/mempools/extreme-mem.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/polling/mempools/extreme-mem.inc.php b/includes/polling/mempools/extreme-mem.inc.php index 6f38b0610..747270db7 100644 --- a/includes/polling/mempools/extreme-mem.inc.php +++ b/includes/polling/mempools/extreme-mem.inc.php @@ -10,4 +10,3 @@ if ($device['os'] == 'xos') { $mempool['free'] = ($avail * 1024); $mempool['used'] = (($total - $avail) * 1024); } -?>