1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-12 00:44:43 +00:00

Whitespace cleanup

* remove trailing whitespace
* remove empty lines at the end of files
This commit is contained in:
Lars Kruse 2018-08-02 02:03:42 +02:00
parent ef851f0c34
commit 17f784270a
604 changed files with 2927 additions and 2945 deletions

View file

@ -6,12 +6,12 @@
# BuienRadar: http://www.buienradar.nl
#
#
# This program is free software: you can redistribute it and/or modify it under the terms of the
# GNU General Public License as published by the Free Software Foundation, either version 3 of
# This program is free software: you can redistribute it and/or modify it under the terms of the
# GNU General Public License as published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program.
@ -41,9 +41,9 @@
# env.rain = 'yes'
#
#
#
#
### Installation Example
# Below is a example to monitor station Venlo (6391). Codes for the station can be seen at the end of
# Below is a example to monitor station Venlo (6391). Codes for the station can be seen at the end of
# this source or can be show with the command './buienradar_ stations'
#
# wget -O /usr/lib/munin/plugins/buienradar_ http://exchange.munin-monitoring.org/plugins/buienradar_/version/1/download
@ -101,7 +101,7 @@ if($stationName eq "") {
# Darn, no station name found. This means we don't provided a correct id.
die "Error:\n"
."You have provided an invalid station code. (".$station.") Please use a correct one.\n\n"
.print_stations();
.print_stations();
}