1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +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

@ -68,7 +68,7 @@
# For autoconfiguration you'll also need the following Perl module:
#
# Proc::ProcessTable - Perl extension to access the unix process table
# http://search.cpan.org/perldoc?Proc::ProcessTable
# http://search.cpan.org/perldoc?Proc::ProcessTable
#
# On a Debian/Ubuntu system you can install this with the following command
# (if APT is configured properly):
@ -213,7 +213,7 @@ if ( !( ( $usenetstat eq "yes" and defined($fmshost) and defined($fmsport) ) or
# 2. Look for the FMS config file in ${FMS_DIR}/conf/fms.ini.
# 3. Fetch host, port, admin username and password values from the
# config file.
# check that plugin is running with root privileges
if ( $> == 0 ) {
my $ProcTable = new Proc::ProcessTable;