From ad364c68001045c6dd85f5ac95bcfc6636fa04f2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 11 Jul 2024 20:39:09 +0200 Subject: [PATCH] fix extra trailing newline (fixes #1304) --- contrib/updatecheck/index.php | 2 +- contrib/updatecheck/prepend.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/updatecheck/index.php b/contrib/updatecheck/index.php index 372f3e62..ec6bc51e 100644 --- a/contrib/updatecheck/index.php +++ b/contrib/updatecheck/index.php @@ -48,4 +48,4 @@ $ref = @file_get_contents('ebusd-configuration/.git/refs/heads/master'); array_walk($versions, $func); ?>

- + \ No newline at end of file diff --git a/contrib/updatecheck/prepend.inc b/contrib/updatecheck/prepend.inc index 1af94c2f..5ce705eb 100644 --- a/contrib/updatecheck/prepend.inc +++ b/contrib/updatecheck/prepend.inc @@ -68,4 +68,4 @@ function checkUpdate($ebusdVersion, $ebusdRelease, $architecture, $deviceVersion } return $ret.$configs; } -?> +?> \ No newline at end of file