Code formatting

This commit is contained in:
Nils Steinger
2015-09-24 02:07:33 +02:00
parent 7d7e7098ab
commit e5327594a5

View File

@@ -511,7 +511,7 @@ function isSNMPable($device) {
*
* @return bool TRUE if the host responded to at least one ping request, FALSE otherwise.
*/
function isPingable($hostname,$address_family = AF_INET,$device_id = FALSE) {
function isPingable($hostname, $address_family = AF_INET, $device_id = FALSE) {
global $config;
$fping_params = '';