From bf6b8bc042b47eddb8c4e0b4f573a12f72518ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 25 Jul 2018 01:29:28 +0200 Subject: [PATCH] [curweather] Another new line-feed added --- curweather/curweather.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curweather/curweather.php b/curweather/curweather.php index 657207a1..47bff71f 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -175,8 +175,8 @@ function curweather_addon_settings_post(App $a, $post) info(L10n::t('Current Weather settings updated.') . EOL); } -function curweather_addon_settings(App $a, &$s) { - +function curweather_addon_settings(App $a, &$s) +{ if (!local_user()) { return; }