From f9fda59abd887f9e0c7eba89e59bab234dca210d Mon Sep 17 00:00:00 2001 From: David Bell Date: Tue, 19 Apr 2016 11:45:03 +0100 Subject: [PATCH] Corrected formatting. --- includes/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 66985ecd9f..c0271e67e2 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -1267,7 +1267,8 @@ function force_influx_data($data) { if (ctype_digit($data)) { return floatval($data); // Else it is a float - } else { + } + else { return floatval($data); } } else {