mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
whitespace cleanup
This commit is contained in:
parent
fc3bfaebc1
commit
9082a90137
1 changed files with 6 additions and 6 deletions
|
@ -15,12 +15,12 @@ my $ostype = `uname -s`;
|
|||
chomp ($ostype);
|
||||
|
||||
if (defined($ARGV[0]) and ($ARGV[0] eq 'autoconf')) {
|
||||
if ( -x $sysctl ) {
|
||||
print "yes\n";
|
||||
}else{
|
||||
print "no (sysctl binary not found)\n";
|
||||
};
|
||||
exit;
|
||||
if ( -x $sysctl ) {
|
||||
print "yes\n";
|
||||
} else {
|
||||
print "no (sysctl binary not found)\n";
|
||||
};
|
||||
exit;
|
||||
};
|
||||
|
||||
if (defined($ARGV[0]) and ($ARGV[0] eq 'config')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue