More whitespace, pre-commit.php prescribed correction

This commit is contained in:
Justin Settle
2016-10-11 12:48:53 -04:00
parent b918e8d6cd
commit d869db7402
-1
View File
@@ -68,7 +68,6 @@ if ($device['type'] == 'network' || $device['type'] == 'firewall' || $device['ty
$wificlients2 = snmp_get($device, '.1.3.6.1.4.1.41112.1.6.1.2.1.8.1', '-Ovq', '""');
echo (($wificlients1 + 0).' clients on radio0, '.($wificlients2 + 0)." clients on radio1\n");
}
if (isset($wificlients1) && $wificlients1 != '') {