From e5327594a5e27e47f6aa90a703552113c7a31969 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Thu, 24 Sep 2015 02:07:33 +0200 Subject: [PATCH] Code formatting --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index b9306d895..cf23d07b8 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -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 = '';