mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
#
|
||||
# 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; version 2 dated June,
|
||||
|
@ -68,7 +68,7 @@ elsif ( exists $ARGV[0] and $ARGV[0] eq "autoconf" )
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
foreach my $server (@uports)
|
||||
{
|
||||
|
@ -76,7 +76,7 @@ else
|
|||
print $FS "si ".$server, "\n\n";
|
||||
my $MASK = $string."=*";
|
||||
|
||||
while(<$FS>)
|
||||
while(<$FS>)
|
||||
{
|
||||
my $input_line = $_;
|
||||
if ( $input_line =~ m/($MASK)/ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue